fix argument name

This commit is contained in:
Daniel Marjamäki 2018-12-08 07:37:27 +01:00
parent 6953dddfa6
commit 2c5a31594c
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@ private:
/**
* @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.