From abce74ff56a4c0ce1c1e49b21aa6d5921be1d69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 3 Aug 2017 22:54:55 +0200 Subject: [PATCH] gui: update doxygen comment missed in previous commit. --- gui/threadhandler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/threadhandler.h b/gui/threadhandler.h index fb52aed98..6de12204d 100644 --- a/gui/threadhandler.h +++ b/gui/threadhandler.h @@ -103,7 +103,6 @@ public: * @brief Start the threads to check the files * * @param settings Settings for checking - * @param all true if all files, false if modified files */ void check(const Settings &settings);