summaryrefslogtreecommitdiff
path: root/src/modlistcontextmenu.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 22:18:11 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:18 +0100
commitbd34b532230d92bd6232ceb1ab2b0092cac79d22 (patch)
tree27187c95e57702d66f6df2c61db45c03cb6c762b /src/modlistcontextmenu.h
parent25a2123e5ffe66715d0a1ec09297ee91a9fcbe1c (diff)
Move plugin list context menu to its own class and to PluginListView.
Diffstat (limited to 'src/modlistcontextmenu.h')
-rw-r--r--src/modlistcontextmenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlistcontextmenu.h b/src/modlistcontextmenu.h
index 8452bc65..d009c9d8 100644
--- a/src/modlistcontextmenu.h
+++ b/src/modlistcontextmenu.h
@@ -74,7 +74,7 @@ public:
ModListContextMenu(
const QModelIndex& index, OrganizerCore& core, CategoryFactory& categories, ModListView* modListView);
-public: // TODO: Move this to private when all is done
+private:
// create the "Send to... " context menu
//