diff options
| author | Peter Penz <[email protected]> | 2011-03-26 23:22:21 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-03-26 23:26:39 +0100 |
| commit | 9af429cae1ad040e48679360189fdb5f36de740e (patch) | |
| tree | 720268ce7f6b629e954b6d2fe2416d39118a82a2 /src/dolphincontextmenu.h | |
| parent | a90938c414687b6dd85d34a7c9fc16afa03e0b68 (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.h | 6 |
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; |
