]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistcontroller.h
Fix activating the Selection Mode with a keyboard shortcut
[dolphin.git] / src / kitemviews / kitemlistcontroller.h
index d75a8a22d5a7173442e4b469f7ee438dd4f98a29..0969ed21a4b0a4d7a89a000b3e45b91e0118b09f 100644 (file)
@@ -123,6 +123,11 @@ public:
     void setSelectionModeEnabled(bool enabled);
     bool selectionMode() const;
 
+    /**
+     * @return \c true if search as you type is active, or \c false otherwise.
+     */
+    bool isSearchAsYouTypeActive() const;
+
     bool processEvent(QEvent *event, const QTransform &transform);
 
 Q_SIGNALS: