]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/statusbarspaceinfo.h
Fix for crash which was introduced by commit
[dolphin.git] / src / statusbar / statusbarspaceinfo.h
index 48313a81c595375dea1b53d5ba289f65d1e56305..5d571beba9b936c52dd3279e370c39a1bfd50827 100644 (file)
@@ -46,8 +46,8 @@ public:
     QUrl url() const;
 
 protected:
-    void showEvent(QShowEvent* event);
-    void hideEvent(QHideEvent* event);
+    void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
+    void hideEvent(QHideEvent* event) Q_DECL_OVERRIDE;
 
 private slots:
     void slotValuesChanged();