]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.h
[KItemListController] Drop unused functions
[dolphin.git] / src / kitemviews / kitemlistcontroller.h
index 2f84a6c2c3f2580ffb9acd0d6e9d255453ce74af..0abdb6795007aa3cbfd9ff616d79b3eb06b85afb 100644 (file)
@@ -40,10 +40,8 @@ class QGraphicsSceneDragDropEvent;
 class QGraphicsSceneMouseEvent;
 class QGraphicsSceneResizeEvent;
 class QGraphicsSceneWheelEvent;
-class QHideEvent;
 class QInputMethodEvent;
 class QKeyEvent;
-class QShowEvent;
 class QTransform;
 
 /**
@@ -136,8 +134,6 @@ public:
     void setSingleClickActivationEnforced(bool singleClick);
     bool singleClickActivationEnforced() const;
 
-    virtual bool showEvent(QShowEvent* event);
-    virtual bool hideEvent(QHideEvent* event);
     virtual bool keyPressEvent(QKeyEvent* event);
     virtual bool inputMethodEvent(QInputMethodEvent* event);
     virtual bool mousePressEvent(QGraphicsSceneMouseEvent* event, const QTransform& transform);