summaryrefslogtreecommitdiffstats
path: root/examples/network/threadedfortuneserver/fortunethread.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/threadedfortuneserver/fortunethread.h')
-rw-r--r--examples/network/threadedfortuneserver/fortunethread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/threadedfortuneserver/fortunethread.h b/examples/network/threadedfortuneserver/fortunethread.h
index c02d8b48f6..569d35aef8 100644
--- a/examples/network/threadedfortuneserver/fortunethread.h
+++ b/examples/network/threadedfortuneserver/fortunethread.h
@@ -52,7 +52,7 @@ class FortuneThread : public QThread
public:
FortuneThread(int socketDescriptor, const QString &fortune, QObject *parent);
- void run();
+ void run() Q_DECL_OVERRIDE;
signals:
void error(QTcpSocket::SocketError socketError);