summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2018-01-10 14:42:44 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2018-01-10 16:06:55 +0000
commit1df2906c75f379a62bce487d3d2db3ade3095b16 (patch)
treec58685c701f4837dfb7d0562f7d41ba08535471c /src/network/kernel
parente82e8b8a1fdff693dae99c925ca34c1af4a032af (diff)
Add override
Change-Id: Iafa8e21d7d47797c1c085aced9a0cd92179385a2 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qhostinfo_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo_p.h b/src/network/kernel/qhostinfo_p.h
index dd46818a19..b4af938353 100644
--- a/src/network/kernel/qhostinfo_p.h
+++ b/src/network/kernel/qhostinfo_p.h
@@ -108,7 +108,7 @@ public Q_SLOTS:
}
protected:
- bool event(QEvent *event)
+ bool event(QEvent *event) override
{
if (event->type() == QEvent::MetaCall) {
auto metaCallEvent = static_cast<QMetaCallEvent *>(event);