Merge branch 'task_28' of github.com:QuasarApp/QuasarAppLib into task_28

This commit is contained in:
Andrei Yankovich 2021-04-26 21:20:34 +03:00
commit 75ad22b2df

View File

@ -89,7 +89,7 @@ public:
static void setArg(const QString& key, const QString& val);
/**
* @brief setArg This methid sets boolean value of key.
* @brief setArg This method 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 Params::isEndable method.