summaryrefslogtreecommitdiff
path: root/examples/blockingmaster/masterthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blockingmaster/masterthread.h')
-rw-r--r--examples/blockingmaster/masterthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/blockingmaster/masterthread.h b/examples/blockingmaster/masterthread.h
index d4f51f2..f4f0d83 100644
--- a/examples/blockingmaster/masterthread.h
+++ b/examples/blockingmaster/masterthread.h
@@ -46,6 +46,7 @@
#include <QMutex>
#include <QWaitCondition>
+//! [0]
class MasterThread : public QThread
{
Q_OBJECT
@@ -70,5 +71,6 @@ private:
QWaitCondition cond;
bool quit;
};
+//! [0]
#endif // MASTERTHREAD_H