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(event);