summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/messageboxhandler.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-12 14:25:34 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-13 11:22:23 +0100
commitde28f6c0ae1720dd5eb9a0ffdfd6899cd4833b9d (patch)
tree8cea6e8074a18d58716723baf541929e9a3ca822 /src/libs/installer/messageboxhandler.cpp
parentdf99f9319ee607d8b66d92853c7ace0b583c0377 (diff)
Doc: remove "type" from briefs in Scripting API
These are not QML types, but JavaScript objects. Change-Id: Ib50656c764270a1184c74a2c653438a2f42846fd Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/messageboxhandler.cpp')
-rw-r--r--src/libs/installer/messageboxhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/messageboxhandler.cpp b/src/libs/installer/messageboxhandler.cpp
index 266558d93..86e28eb39 100644
--- a/src/libs/installer/messageboxhandler.cpp
+++ b/src/libs/installer/messageboxhandler.cpp
@@ -44,7 +44,7 @@
\qmltype QMessageBox
\inqmlmodule scripting
- \brief The QMessageBox type provides a modal dialog for informing the user or asking the user
+ \brief Provides a modal dialog for informing the user or asking the user
a question and receiving an answer.