┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-03-27 19:27:27 +0200
committerPeter Penz <[email protected]>2011-03-27 19:29:23 +0200
commit2dcc433ab2c353a40e3c65f3df46e8a1eac697cc (patch)
tree09438f59d9294596e988ca36c59c2db848754d03 /src/dolphincontextmenu.h
parentc80b261505d513dda50f54ab6ececa5cf9ca2d28 (diff)
DolphinContextMenu: Show "Show menubar" entry if necessary
If the user has hidden the menubar and the toolbar there is no way to get back the menu (at least not without knowing the Ctrl+M shortcut). Show an entry in the context-menu to bring back the menubar.
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index 1c1cabb82..50fce4439 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -123,6 +123,12 @@ 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;