]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.h
use "Sort by" instead of "Sort By"
[dolphin.git] / src / dolphinviewcontainer.h
index 95be9134c50684b9ea223c7f7a15ca6050cc0367..3c9223f19c94e1d5393af50b6cb63570df865711 100644 (file)
@@ -151,6 +151,11 @@ private slots:
      */
     void updateItemCount();
 
+    /**
+     * Handles clicking on an item
+     */
+    void slotItemTriggered(const KFileItem& item);
+
     /**
      * Shows the information for the item \a item inside the statusbar. If the
      * item is null, the default statusbar information is shown.
@@ -172,7 +177,7 @@ private slots:
     void changeNameFilter(const QString& nameFilter);
 
     /**
-     * Opens the context menu on the current mouse postition.
+     * Opens the context menu on the current mouse position.
      * @item  File item context. If item is 0, the context menu
      *        should be applied to \a url.
      * @url   URL which contains \a item.