┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2020-11-19 21:22:27 +0000
committerElvis Angelaccio <[email protected]>2020-11-19 21:22:27 +0000
commit50ca5af7e0ec460f9f004a3660efa10bb1dd8cb1 (patch)
treef87dde47243cd134a1d106f06e7a2b650cb2edc9 /src/dolphintabpage.h
parentf2d2f325b628f8b831cce076c1a5f5dc43ac21ee (diff)
Allow having the UrlNavigators below the tab bar
This commit restores the possibility to have the UrlNavigators below the tab bar. This will happen automatically whenever the UrlNavigator is removed from the toolbar. It is also now again possible to have the toolbar on the side. This option is disabled while the toolbar contains the UrlNavigators. This commit makes no changes to the new default which is having the UrlNavigators in the toolbar but makes sure that upgrading users won't be affected.
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h
index b874d128f..63a246328 100644
--- a/src/dolphintabpage.h
+++ b/src/dolphintabpage.h
@@ -85,6 +85,8 @@ public:
*/
bool eventFilter(QObject *watched, QEvent *event) override;
+ void insertNavigatorsWidget(DolphinNavigatorsWidgetAction *navigatorsWidget);
+
/**
* Notify the connected DolphinNavigatorsWidgetAction of geometry changes which it
* needs for visual alignment.