aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/outlinefactory.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2021-05-10 14:06:10 +0200
committerhjk <hjk@qt.io>2021-05-18 08:35:28 +0000
commit11f574fef9eac9ec4ad6417745082afd1afa9614 (patch)
tree811de331d7d994286161fabad0cac3f55207ea21 /src/plugins/texteditor/outlinefactory.h
parentb504bef7a49164b8938dc705adbf9648b6953af5 (diff)
Core: Unify INavigationWidget creation a bit
Move toolbutton creation/listing closer to the widget. Change-Id: I0e1342ede40fada1c5c9fb0b11d77852b78cc053 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/outlinefactory.h')
-rw-r--r--src/plugins/texteditor/outlinefactory.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/texteditor/outlinefactory.h b/src/plugins/texteditor/outlinefactory.h
index 0f72bcf6e5..d231b700de 100644
--- a/src/plugins/texteditor/outlinefactory.h
+++ b/src/plugins/texteditor/outlinefactory.h
@@ -44,9 +44,7 @@ public:
OutlineWidgetStack(OutlineFactory *factory);
~OutlineWidgetStack() override;
- QToolButton *toggleSyncButton();
- QToolButton *filterButton();
- QToolButton *sortButton();
+ QList<QToolButton *> toolButtons();
void saveSettings(QSettings *settings, int position);
void restoreSettings(QSettings *settings, int position);