summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-21 18:13:42 -0400
committerGitHub <noreply@github.com>2020-07-21 18:13:42 -0400
commit2c082d6a3ba74e458c479a32341c6f6666164868 (patch)
tree2be9444f384a7a91a80d3179992f0b8a11b3c53c /src/mainwindow.h
parent80645bacc14a9f35011561c448cd028a26b727dd (diff)
parenta965a9dc41c50988c7d3629fdc5965c20053937d (diff)
Merge pull request #1161 from isanae/2.3rc2-fixes
2.3rc2 fixes (wip)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 60f22770..814e0363 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -251,7 +251,7 @@ private:
void fixCategories();
bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
-
+
// Performs checks, sets the m_NumberOfProblems and signals checkForProblemsDone().
void checkForProblemsImpl();
@@ -498,6 +498,7 @@ private slots:
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);
void modRemoved(const QString &fileName);