summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/hellothread/hellothread.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/hellothread/hellothread.h')
-rw-r--r--examples/widgets/tutorials/threads/hellothread/hellothread.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/widgets/tutorials/threads/hellothread/hellothread.h b/examples/widgets/tutorials/threads/hellothread/hellothread.h
index c2d8ad73ee..281f2c6cb5 100644
--- a/examples/widgets/tutorials/threads/hellothread/hellothread.h
+++ b/examples/widgets/tutorials/threads/hellothread/hellothread.h
@@ -42,13 +42,12 @@
#define HELLOTHREAD_H
#include <QThread>
-//! [1]
-// hellothread/hellothread.h
+
class HelloThread : public QThread
{
Q_OBJECT
private:
void run();
};
-//! [1]
+
#endif // HELLOTHREAD_H