]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontainer.h
Add focusOut and focusIn event support for KFileItemListView and update selected...
[dolphin.git] / src / kitemviews / kitemlistcontainer.h
index 6bb28469e9ca35227dcb16d508b12a88404afe31..40b0753764dcbeaec5038adbd53fe90b396537d3 100644 (file)
@@ -50,6 +50,8 @@ protected:
     void resizeEvent(QResizeEvent *event) override;
     void scrollContentsBy(int dx, int dy) override;
     void wheelEvent(QWheelEvent *event) override;
+    void focusInEvent(QFocusEvent *event) override;
+    void focusOutEvent(QFocusEvent *event) override;
 
 private Q_SLOTS:
     void slotScrollOrientationChanged(Qt::Orientation current, Qt::Orientation previous);