summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-05-26 18:36:04 +0200
committerhjk <hjk@qt.io>2020-05-27 07:09:28 +0000
commit91bf307084060a51bafe557e6341a209294a7695 (patch)
tree867f020ad6a5f7b6b06b21d7f037157692518b55
parent6d97c1fcb1f0a8c712d902065a887f8b74c61cf4 (diff)
downloadqt-creator-91bf307084060a51bafe557e6341a209294a7695.tar.gz
Utils: Fix one qdoc warning
(qdoc) warning: '\brief' statement does not end with a full stop. Change-Id: I20545770bae226191c24ab1d4555198b543e805c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/libs/utils/wizardpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/wizardpage.cpp b/src/libs/utils/wizardpage.cpp
index 8afd6d0d34..d43d3294a5 100644
--- a/src/libs/utils/wizardpage.cpp
+++ b/src/libs/utils/wizardpage.cpp
@@ -29,7 +29,7 @@
/*! \class Utils::WizardPage
- \brief QWizardPage with a couple of improvements
+ \brief QWizardPage with a couple of improvements.
Adds a way to register fields so that a Utils::Wizard can check
whether those fields are actually defined and a new method