]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/statusbarspaceinfo.h
Merge branch 'Applications/14.12' into frameworks
[dolphin.git] / src / statusbar / statusbarspaceinfo.h
index 48313a81c595375dea1b53d5ba289f65d1e56305..2ba7cbf0b25488a843faf6a00a4ff8aa999beb12 100644 (file)
@@ -27,6 +27,7 @@
 
 class QHideEvent;
 class QShowEvent;
+class QMouseEvent;
 
 class SpaceInfoObserver;
 
@@ -46,8 +47,9 @@ 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;
+    void mousePressEvent(QMouseEvent* event) Q_DECL_OVERRIDE;
 
 private slots:
     void slotValuesChanged();