summaryrefslogtreecommitdiffstats
path: root/examples/threads/queuedcustomtype/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/queuedcustomtype/main.cpp')
-rw-r--r--examples/threads/queuedcustomtype/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/queuedcustomtype/main.cpp b/examples/threads/queuedcustomtype/main.cpp
index 337970445f..98933c66f3 100644
--- a/examples/threads/queuedcustomtype/main.cpp
+++ b/examples/threads/queuedcustomtype/main.cpp
@@ -81,7 +81,7 @@ QImage createImage(int width, int height)
int x = 0;
int y = 0;
int starWidth = image.width()/3;
- int starHeight = image.height()/3;
+ int starHeight = image.height()/3;
QRect rect(x, y, starWidth, starHeight);