X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/78f8358cd5d3bdd2ca6755a7fbfcb28bddacbc6c..ec00f379dc42b00a64ab1af25bb4bb1a06bd7449:/src/dolphinview.h diff --git a/src/dolphinview.h b/src/dolphinview.h index 0ad8de772..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. @@ -406,7 +411,7 @@ private slots: * The current preview settings (maximum size, 'Show Preview' menu) * are respected. */ - void generatePreviews(const KFileItemList& items); + void generatePreviews(const QList& items); /** * Replaces the icon of the item \a item by the preview pixmap