X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/81fcd720a2cc095262e52b8a40dd1472d774a415..ec00f379dc42b00a64ab1af25bb4bb1a06bd7449:/src/dolphinview.h diff --git a/src/dolphinview.h b/src/dolphinview.h index cd6bd977a..fa47ba8a5 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -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.