]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.h
use "Sort by" instead of "Sort By"
[dolphin.git] / src / dolphinview.h
index cd6bd977aff34b524321dba7ca6b2216a2166006..fa47ba8a50980db9edbe41afdbb37747c138517c 100644 (file)
@@ -288,7 +288,7 @@ public:
     void reload();
 
     /**
-     * Refreshs the view to get synchronized with the (updated) Dolphin settings.
+     * Refreshes the view to get synchronized with the (updated) Dolphin settings.
      * This method only needs to get invoked if the view settings for the Icons View,
      * Details View or Columns View have been changed.
      */
@@ -318,6 +318,11 @@ signals:
     /** Is emitted if URL of the view has been changed to \a url. */
     void urlChanged(const KUrl& url);
 
+    /**
+     * Is emitted when clicking on an item
+     */
+    void itemTriggered(const KFileItem& item);
+
     /**
      * Is emitted if the view mode (IconsView, DetailsView,
      * PreviewsView) has been changed.