summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ac172474..14987c0d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -248,7 +248,7 @@ private:
bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
// Performs checks, sets the m_NumberOfProblems and signals checkForProblemsDone().
- void checkForProblems();
+ void checkForProblemsImpl();
void setCategoryListVisible(bool visible);
@@ -535,7 +535,7 @@ private slots:
void scheduleCheckForProblems();
// Perform the actual problem check in another thread.
- void checkForProblemsAsync();
+ QFuture<void> checkForProblemsAsync();
void saveModMetas();