summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 03:28:18 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:17 +0100
commit4f89665056b2256ca353bc27314cd025db2f554c (patch)
treecab3d682a4cf35cd1dc5507d26c17f03711bac4a /src/mainwindow.h
parent51281ac304f64170d310ae543d50879614c550d3 (diff)
Move the regular context menu.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 440e39cc..61bd9326 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -370,8 +370,6 @@ private slots:
void openPluginOriginExplorer_clicked();
void openOriginInformation_clicked();
void information_clicked(int modIndex);
- void enableSelectedMods_clicked();
- void disableSelectedMods_clicked();
// data-tree context menu
// pluginlist context menu
@@ -410,8 +408,6 @@ private slots:
void modInstalled(const QString &modName);
- void modUpdateCheck(std::multimap<QString, int> IDs);
-
void finishUpdateInfo();
void nxmEndorsementsAvailable(QVariant userData, QVariant resultData, int);
@@ -487,8 +483,6 @@ private slots:
void removeFromToolbar(QAction* action);
void overwriteClosed(int);
- void changeVersioningScheme(int modIndex);
- void checkModUpdates_clicked(int modIndex);
void ignoreUpdate(int modIndex);
void unignoreUpdate(int modIndex);