diff options
| author | Nate Graham <[email protected]> | 2020-11-20 11:32:49 -0700 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2020-11-20 11:32:49 -0700 |
| commit | f46e630ddaaf5716cd1a1ce0c389ff66dcd76f85 (patch) | |
| tree | 8d6ecfb24b8666c777e9b58027f3c55740e66eaa /src/dolphinmainwindow.h | |
| parent | e36de310cbdc60434dd15efbb52e18266a566a28 (diff) | |
| parent | b3c37507dc7032feed256b5e974590bd988cbac2 (diff) | |
Merge branch 'release/20.12'
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 29ab6326d..8d5eae344 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -221,6 +221,14 @@ protected: /** Handles QWhatsThisClickedEvent and passes all others on. */ bool eventFilter(QObject*, QEvent*) override; +protected slots: + /** + * Calls the base method KXmlGuiWindow::saveNewToolbarConfig(). + * Is also used to set toolbar constraints and UrlNavigator position + * based on the newly changed toolbar configuration. + */ + void saveNewToolbarConfig() override; + private slots: /** * Refreshes the views of the main window by recreating them according to @@ -593,6 +601,11 @@ private: */ void updateSplitAction(); + /** + * Sets the window sides the toolbar may be moved to based on toolbar contents. + */ + void updateAllowedToolbarAreas(); + bool isKompareInstalled() const; /** |
