aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/bookmarkmanager.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2024-01-29 12:44:07 +0100
committerhjk <hjk@qt.io>2024-02-01 06:59:27 +0000
commit55e0036c0e9ac8ddca4dd801c5abe690448efcbc (patch)
tree87850c017388b873759dab9d20368c4dcf390fb2 /src/plugins/texteditor/bookmarkmanager.h
parent17055f2e18528ce8e8b401e95d3f9a18240775ed (diff)
Core: Remove Menu
... and replace the only use by MenuBuilder. Change-Id: Iaf224bee4a07de6ed733b4c89f01c42d4103fcb7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/bookmarkmanager.h')
-rw-r--r--src/plugins/texteditor/bookmarkmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/bookmarkmanager.h b/src/plugins/texteditor/bookmarkmanager.h
index b82da27c578..53c69e97175 100644
--- a/src/plugins/texteditor/bookmarkmanager.h
+++ b/src/plugins/texteditor/bookmarkmanager.h
@@ -97,7 +97,6 @@ private:
QList<Bookmark *> m_bookmarksList;
QItemSelectionModel *m_selectionModel;
- Core::Menu m_bookmarkMenu;
QAction *m_toggleAction = nullptr;
QAction *m_editAction = nullptr;