4
0
mirror of https://github.com/QuasarApp/QuasarAppLib.git synced 2025-05-12 01:19:44 +00:00

ref typo error

This commit is contained in:
Andrei Yankovich 2021-04-26 11:36:15 +03:00
parent ebfd0b0ff3
commit 271829781c

@ -88,7 +88,7 @@ public:
* @brief setArg This methid sets boolean value of key.
* @param key This is name of the console option.
* @param enable New value of key.
* @note For check is enable @a key argument use the isEndable method.
* @note For check is enable @a key argument use the Params::isEndable method.
*/
static void setEnable(const QString& key, bool enable);
@ -102,7 +102,7 @@ public:
/**
* @brief log This method print @a log text on console.
* @param log This is printed text message.
* @param vLvl This is verbose level of message, for get more information see the VerboseLvl enum.
* @param vLvl This is verbose level of message, for get more information see the QuasarAppUtils::VerboseLvl enum.
* @note All messages will be printed according to the current verbose setting.
* @note The verbose level sets by verbose option on console.
*/