fix argument name
This commit is contained in:
parent
6953dddfa6
commit
2c5a31594c
|
@ -132,9 +132,9 @@ private:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set undefine names to dialog control.
|
* @brief Set undefine names to dialog control.
|
||||||
* @param defines List of undefine names to set to dialog control.
|
* @param undefines List of undefine names to set to dialog control.
|
||||||
*/
|
*/
|
||||||
void setUndefines(const QStringList &defines);
|
void setUndefines(const QStringList &undefines);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set check paths to dialog control.
|
* @brief Set check paths to dialog control.
|
||||||
|
|
Loading…
Reference in New Issue