X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/65b18bf935faad814b9ab3b318fdbfb4772d2051..e9bd295b:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 761766df8..1a3ec4efb 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -95,6 +95,12 @@ public: */ KNewFileMenu* newFileMenu() const; + /** + * Augments Qt's build-in QMainWindow context menu to add + * Dolphin-specific actions, such as "unlock panels". + */ + QMenu *createPopupMenu() override; + /** * Switch the window's view containers' locations to display the home path * for any which are currently displaying a location corresponding to or @@ -576,6 +582,12 @@ private Q_SLOTS: * to go to. */ void slotGoForward(QAction* action); + + /** + * Is called when configuring the keyboard shortcuts + */ + void slotKeyBindings(); + private: /** * Sets up the various menus and actions and connects them.