summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 97bca68b..9e9e9591 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -129,8 +129,6 @@ public:
void saveArchiveList();
- void addPrimaryCategoryCandidates(QMenu *primaryCategoryMenu, ModInfo::Ptr info);
-
void installTranslator(const QString &name);
void displayModInformation(
@@ -434,10 +432,9 @@ private slots:
void originModified(int originID);
- void addRemoveCategories_MenuHandler(int modIndex, const QModelIndex& rowIdx);
- void replaceCategories_MenuHandler(int modIndex);
-
- void addPrimaryCategoryCandidates(int modIndex);
+ void setPrimaryCategoryCandidates(QMenu* menu, ModInfo::Ptr info);
+ void addRemoveCategories_MenuHandler(QMenu* menu, int modIndex, const QModelIndex& rowIdx);
+ void replaceCategories_MenuHandler(QMenu* menu, int modIndex);
void modInstalled(const QString &modName);