diff options
| author | Peter Penz <[email protected]> | 2007-11-18 14:37:57 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-18 14:37:57 +0000 |
| commit | 1ce2fb199db7bdf5baf05b61e4e58c549404b4df (patch) | |
| tree | 8c5d8e5960931f81a495ae3325f446ece1a89d81 /src/dolphincontextmenu.h | |
| parent | 6abcaedfb08e0a9f4a11ca4f6a1f29ccc713d974 (diff) | |
allow to show/hide the menubar
BUG: 152463
svn path=/trunk/KDE/kdebase/apps/; revision=738282
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 05d565fee..c90999252 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -97,6 +97,12 @@ private: bool containsEntry(const KMenu* menu, const QString& entryName) const; + /** + * Adds the "Show menubar" action to the menu if the + * menubar is hidden. + */ + void addShowMenubarAction(KMenu* menu); + private: struct Entry { |
