summaryrefslogtreecommitdiffstats
path: root/examples/network/blockingfortuneclient/fortunethread.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/blockingfortuneclient/fortunethread.h')
-rw-r--r--examples/network/blockingfortuneclient/fortunethread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/blockingfortuneclient/fortunethread.h b/examples/network/blockingfortuneclient/fortunethread.h
index 2ab1adb921..0cbc3961fc 100644
--- a/examples/network/blockingfortuneclient/fortunethread.h
+++ b/examples/network/blockingfortuneclient/fortunethread.h
@@ -65,7 +65,7 @@ public:
~FortuneThread();
void requestNewFortune(const QString &hostName, quint16 port);
- void run() Q_DECL_OVERRIDE;
+ void run() override;
signals:
void newFortune(const QString &fortune);