┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-03-26 23:22:21 +0100
committerPeter Penz <[email protected]>2011-03-26 23:26:39 +0100
commit9af429cae1ad040e48679360189fdb5f36de740e (patch)
tree720268ce7f6b629e954b6d2fe2416d39118a82a2 /src/dolphincontextmenu.h
parenta90938c414687b6dd85d34a7c9fc16afa03e0b68 (diff)
Provide toolbar-menu when the menubar is hidden
Use a similar default UI like in Rekonq and other browsers: Hide the menubar and add access to all actions by a button in the toolbar. Of course it is still possible to show the menubar so that the same UI is given like before.
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index 47b7a9eb1..1c1cabb82 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -123,12 +123,6 @@ private:
void insertDefaultItemActions();
/**
- * Adds the "Show menubar" action to the menu if the
- * menubar is hidden.
- */
- void addShowMenubarAction();
-
- /**
* Returns a name for adding the URL \a url to the Places panel.
*/
QString placesName(const KUrl& url) const;