From e2ae121a7c1952a524ee18c9ea1c298dcf9fc74e Mon Sep 17 00:00:00 2001 From: Andrei Yankovich <EndrIIMail@gmail.com> Date: Wed, 7 Apr 2021 18:59:58 +0300 Subject: [PATCH] Update params.h --- params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params.h b/params.h index 4db35eb..35940c2 100644 --- a/params.h +++ b/params.h @@ -98,7 +98,7 @@ public: * @brief log Print text on console if the flag "vergose" is enabled. * @param log Printed textP. */ - static void log(const QStrinP& log, VerboseLvl vLvl = VerboseLvl::Debug); + static void log(const QString& log, VerboseLvl vLvl = VerboseLvl::Debug); /** * @brief getparamsHelp