diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 00:55:49 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:17 +0100 |
| commit | 4ee929b68a5ba3f622fd6cecf37f61b983eb0874 (patch) | |
| tree | 1f535c794b3e3f0e6f1e50c5bae1ee32f993ab67 /src/modlistcontextmenu.h | |
| parent | 7f0c9b8d8278f14754b375967267ff67d6fdb6ee (diff) | |
Move the backup context menu.
Diffstat (limited to 'src/modlistcontextmenu.h')
| -rw-r--r-- | src/modlistcontextmenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlistcontextmenu.h b/src/modlistcontextmenu.h index 22318575..05e6b601 100644 --- a/src/modlistcontextmenu.h +++ b/src/modlistcontextmenu.h @@ -10,6 +10,7 @@ #include "modinfo.h" class ModListView; +class ModListViewActions; class OrganizerCore; class ModListGlobalContextMenu : public QMenu @@ -49,6 +50,7 @@ public: // TODO: Move this to private when all is done QModelIndex m_index; QModelIndexList m_selected; ModListView* m_view; + ModListViewActions& m_actions; // shortcut for m_view->actions() }; |
