summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network-chat/connection.h')
-rw-r--r--examples/network/network-chat/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/network-chat/connection.h b/examples/network/network-chat/connection.h
index ee61052faf..2a0603a46f 100644
--- a/examples/network/network-chat/connection.h
+++ b/examples/network/network-chat/connection.h
@@ -78,7 +78,7 @@ signals:
void newMessage(const QString &from, const QString &message);
protected:
- void timerEvent(QTimerEvent *timerEvent);
+ void timerEvent(QTimerEvent *timerEvent) Q_DECL_OVERRIDE;
private slots:
void processReadyRead();