summaryrefslogtreecommitdiff
path: root/src/modlistcontextmenu.h
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2021-01-16 23:02:42 +0100
committerGitHub <noreply@github.com>2021-01-16 23:02:42 +0100
commitc48791a8a105d89cdbb8f4ac39557ed9cfd81800 (patch)
treefb9aeb6aa05474dcad1a5fc9b21eb1af04f23778 /src/modlistcontextmenu.h
parent8ee1f94b0f695be46abce2f76ee96035e1d79df7 (diff)
parent9f8ba0ea5196bccf73f2f26a3dc8a55907faa02f (diff)
Merge pull request #1361 from Holt59/ui-fixes-and-others
UI fixes and others.
Diffstat (limited to 'src/modlistcontextmenu.h')
-rw-r--r--src/modlistcontextmenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlistcontextmenu.h b/src/modlistcontextmenu.h
index 2b3f9dcd..8a6ce3df 100644
--- a/src/modlistcontextmenu.h
+++ b/src/modlistcontextmenu.h
@@ -25,6 +25,9 @@ protected:
friend class ModListContextMenu;
+ // populate the menu
+ void populate(OrganizerCore& core, ModListView* view, const QModelIndex& index);
+
// creates a "All mods" context menu for the given index (can be invalid).
ModListGlobalContextMenu(OrganizerCore& core, ModListView* view, const QModelIndex& index, QWidget* parent = nullptr);