┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-07-26 13:49:50 +0000
committerPeter Penz <[email protected]>2008-07-26 13:49:50 +0000
commita07ea82381c53c3b2a2a73d8637a17bf43038940 (patch)
tree13e802484b6c17345f92fd44b5de95dc9ce7f552 /src/dolphinmainwindow.h
parentd337ece6df43337eff338758ace5204937a000b7 (diff)
Provide a "Quick View" in the Tools menu, which uses the Previewer plasmoid.
TODO 1: use the D-Bus interface directly instead of using KRun::runCommand() as workaround. TODO 2: a new icon would be necessary CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=838039
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index c4c05bf83..1676afb7e 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -263,6 +263,12 @@ private slots:
void compareFiles();
/**
+ * Initiates a preview of the selected files
+ * on the desktop by the Previewer plasmoid.
+ */
+ void quickView();
+
+ /**
* Hides the menu bar if it is visible, makes the menu bar
* visible if it is hidden.
*/