From 2c5a31594c030a705495406575337252254d5ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 8 Dec 2018 07:37:27 +0100 Subject: [PATCH] fix argument name --- gui/projectfiledialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/projectfiledialog.h b/gui/projectfiledialog.h index 8ce0982f9..58eaada72 100644 --- a/gui/projectfiledialog.h +++ b/gui/projectfiledialog.h @@ -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.