summaryrefslogtreecommitdiffstats
path: root/examples/threads/mandelbrot/renderthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/mandelbrot/renderthread.cpp')
-rw-r--r--examples/threads/mandelbrot/renderthread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/threads/mandelbrot/renderthread.cpp b/examples/threads/mandelbrot/renderthread.cpp
index 9d4b199912..ea4c18f88b 100644
--- a/examples/threads/mandelbrot/renderthread.cpp
+++ b/examples/threads/mandelbrot/renderthread.cpp
@@ -38,12 +38,12 @@
**
****************************************************************************/
+#include "renderthread.h"
+
#include <QtWidgets>
#include <math.h>
-#include "renderthread.h"
-
//! [0]
RenderThread::RenderThread(QObject *parent)
: QThread(parent)