mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-27 10:14:38 +00:00
fix warnings
This commit is contained in:
parent
8615e4162d
commit
da3b928e63
5
params.h
5
params.h
@ -82,8 +82,9 @@ public:
|
||||
static QString getArg(const QString& key, const QString &def = {});
|
||||
|
||||
/**
|
||||
* @brief setArg sets new value of a @a key.
|
||||
* @param key This is new value of the @a key.
|
||||
* @brief setArg sets a new value of a @a key.
|
||||
* @param key This is a name of sets option.
|
||||
* @param val This is a new value of the @a key.
|
||||
*/
|
||||
static void setArg(const QString& key, const QString& val);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user