From 66690bd17677b31ba757dec7524a28f3ee942812 Mon Sep 17 00:00:00 2001 From: AL <26797547+Al12rs@users.noreply.github.com> Date: Sun, 7 Jun 2020 14:32:08 +0200 Subject: Fix comment on checkForProblems() --- src/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.3.1