diff options
Diffstat (limited to 'examples/location/planespotter/main.cpp')
-rw-r--r-- | examples/location/planespotter/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/planespotter/main.cpp b/examples/location/planespotter/main.cpp index 24e4c4d3..76f8cc26 100644 --- a/examples/location/planespotter/main.cpp +++ b/examples/location/planespotter/main.cpp @@ -147,7 +147,7 @@ signals: void fromChanged(); protected: - void timerEvent(QTimerEvent *event) Q_DECL_OVERRIDE + void timerEvent(QTimerEvent *event) override { if (!event) return; |