diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-06-07 14:32:08 +0200 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-06-07 14:32:08 +0200 |
| commit | 66690bd17677b31ba757dec7524a28f3ee942812 (patch) | |
| tree | 72cb82d9d950c638bf63a2941077d1931f1bdc15 /src | |
| parent | 30605e8381638d527d1a6656d216643b9be1f9b5 (diff) | |
Fix comment on checkForProblems()
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d57b6952..3c0647e0 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -247,7 +247,7 @@ private: bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName); - // Performs checks, sets the problemCount and singnals checkForProblemsDone(). + // Performs checks, sets the m_NumberOfProblems and signals checkForProblemsDone(). void checkForProblems(); void setCategoryListVisible(bool visible); |
