aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/bookmarkmanager.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-17 15:21:25 +0100
committerhjk <hjk@qt.io>2024-01-18 07:21:05 +0000
commitc8bb7897f5bfca8bd2d334b6a00f46d597c1a639 (patch)
treec9e151d643ec5cec58e42d11cc50871662f6e1a4 /src/plugins/texteditor/bookmarkmanager.h
parentb7d646644d904c6dbdc556d33de4843903cada1c (diff)
TextEditor: Use new setup pattern for BookmarkView
Change-Id: I934f1bd6cb3889c4199176cf8d15beaee805f86c Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/bookmarkmanager.h')
-rw-r--r--src/plugins/texteditor/bookmarkmanager.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/texteditor/bookmarkmanager.h b/src/plugins/texteditor/bookmarkmanager.h
index 0866be9eaba..b82da27c578 100644
--- a/src/plugins/texteditor/bookmarkmanager.h
+++ b/src/plugins/texteditor/bookmarkmanager.h
@@ -116,14 +116,6 @@ private:
BookmarkManager &bookmarkManager();
void setupBookmarkManager(QObject *guard);
-
-class BookmarkViewFactory : public Core::INavigationWidgetFactory
-{
-public:
- BookmarkViewFactory();
-
-private:
- Core::NavigationView createWidget() override;
-};
+void setupBookmarkView();
} // Bookmarks::Internal