diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-21 18:13:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 18:13:42 -0400 |
| commit | 2c082d6a3ba74e458c479a32341c6f6666164868 (patch) | |
| tree | 2be9444f384a7a91a80d3179992f0b8a11b3c53c /src/mainwindow.h | |
| parent | 80645bacc14a9f35011561c448cd028a26b727dd (diff) | |
| parent | a965a9dc41c50988c7d3629fdc5965c20053937d (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.h | 3 |
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); |
