diff options
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 6 |
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; |
