diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-04 18:46:27 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-04 18:46:27 +0100 |
commit | 79119a08157aa954b3b2ecd18c8384b80a03970f (patch) | |
tree | db5332566e6a76f74699bb6eaf146005020e8026 /ftnoir_posewidget/glwidget.h | |
parent | 5d51487b70a07f1853f1cbcf84ac5eb635e38bbe (diff) |
draw images directly, without pixmaps
Diffstat (limited to 'ftnoir_posewidget/glwidget.h')
-rw-r--r-- | ftnoir_posewidget/glwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_posewidget/glwidget.h b/ftnoir_posewidget/glwidget.h index 0bb693c8..c4b2e09d 100644 --- a/ftnoir_posewidget/glwidget.h +++ b/ftnoir_posewidget/glwidget.h @@ -91,7 +91,7 @@ private: double matrix[9]; QImage front; QImage back; - QPixmap pixmap; + QImage texture; }; #endif |