diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-29 17:24:49 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-29 17:24:49 +0200 |
| commit | 7b7bf73901823c1031bad1c87599932213e1140d (patch) | |
| tree | 9a79d1374d8c61654b850e437d29025f64b86886 | |
| parent | c93fad49b80eb2f738dabf0b899b281d034275d1 (diff) | |
Indent properly
| -rw-r--r-- | ftnoir_posewidget/glwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_posewidget/glwidget.cpp b/ftnoir_posewidget/glwidget.cpp index ee70a3ac..de19e91d 100644 --- a/ftnoir_posewidget/glwidget.cpp +++ b/ftnoir_posewidget/glwidget.cpp @@ -224,6 +224,6 @@ void GLWidget::project_quad_texture() { break;
}
}
-}
+ }
pixmap = QPixmap::fromImage(texture);
}
\ No newline at end of file |
