summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-30 23:35:44 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:17 +0100
commite8c2d9cd29967be928b8649fd580a3be9cae3684 (patch)
tree9786455c8d33754c43e0f9228b7122b59ca764b4 /src/mainwindow.h
parent8a88421fd9748f64163f18d8b89ea9d651402014 (diff)
More context menu stuff moved.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a49c12fe..57f26220 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -154,11 +154,6 @@ public slots:
signals:
/**
- * @brief emitted after the information dialog has been closed
- */
- void modInfoDisplayed();
-
- /**
* @brief emitted when the selected style changes
*/
void styleChanged(const QString &styleFile);
@@ -209,7 +204,6 @@ private:
void refreshExecutablesList();
bool modifyExecutablesDialog(int selection);
- void displayModInformation(int row, ModInfoTabIDs tab=ModInfoTabIDs::None);
/**
* Sets category selections from menu; for multiple mods, this will only apply
@@ -455,7 +449,6 @@ private slots:
void onFiltersOptions(
ModListSortProxy::FilterMode mode, ModListSortProxy::SeparatorsMode sep);
- void displayModInformation(const QString &modName, ModInfoTabIDs tabID);
void visitNexusOrWebPage(const QModelIndex& idx);
void modRenamed(const QString &oldName, const QString &newName);