summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/messageboxhandler.cpp
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-10-07 15:05:08 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-10-08 16:36:21 +0200
commit8ea9ccf39b47c57b432786b4b2fb135f56e53dde (patch)
tree82d0006dfd83b0ab6d8deb3385b83200164061dc /src/libs/installer/messageboxhandler.cpp
parent241141938dc07bb3915d48eebf2f56c13261edeb (diff)
Fix c++ documentation creation. Add, fix inline documentation.
Change-Id: Idd6805afbf5736eebf03c2d1ca6dae272c519634 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'src/libs/installer/messageboxhandler.cpp')
-rw-r--r--src/libs/installer/messageboxhandler.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libs/installer/messageboxhandler.cpp b/src/libs/installer/messageboxhandler.cpp
index 0992e4140..b8b74b302 100644
--- a/src/libs/installer/messageboxhandler.cpp
+++ b/src/libs/installer/messageboxhandler.cpp
@@ -51,8 +51,8 @@
\qmltype QMessageBox
\inqmlmodule scripting
- \brief The QMessageBox type provides a modal dialog for informing the
- user or asking the user a question and receiving an answer.
+ \brief The QMessageBox type provides a modal dialog for informing the user or asking the user
+ a question and receiving an answer.
\code
@@ -91,10 +91,9 @@
\section2 Scripted Installations
Sometimes it is useful to automatically close message boxes, for example during a scripted
- installation. This can be achieved by calling
- Installer::setMessageBoxAutomaticAnswer, Installer::autoAcceptMessageBoxes,
- Installer::autoRejectMessageBoxes. The \c identifier argument in the method calls
- allows to identify specific message boxes for this purpose.
+ installation. This can be achieved by calling installer::setMessageBoxAutomaticAnswer,
+ installer::autoAcceptMessageBoxes or installer::autoRejectMessageBoxes. The \c identifier
+ argument in the method calls allows to identify specific message boxes for this purpose.
*/