summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/qprogressdialog.cpp
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-07-01 13:57:46 +0200
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-07-01 13:58:04 +0200
commitfe889557bcf3f4744205ba65b330276b5dc41c61 (patch)
treeb1ca605edba7af06a278146dbcda84f2a3f81048 /src/gui/dialogs/qprogressdialog.cpp
parentf3a6f4dc01f9d6c5c167a94ae49acff35ccc0c11 (diff)
downloadqt4-tools-fe889557bcf3f4744205ba65b330276b5dc41c61.tar.gz
Doc: clearifying docs - QProgressDialog
Clearifying details on a warning about a function call (setValue()) Task-number: qtp 4.5Workarea
Diffstat (limited to 'src/gui/dialogs/qprogressdialog.cpp')
-rw-r--r--src/gui/dialogs/qprogressdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qprogressdialog.cpp b/src/gui/dialogs/qprogressdialog.cpp
index 959cdbcccc..580794bc36 100644
--- a/src/gui/dialogs/qprogressdialog.cpp
+++ b/src/gui/dialogs/qprogressdialog.cpp
@@ -626,7 +626,7 @@ int QProgressDialog::value() const
\warning If the progress dialog is modal
(see QProgressDialog::QProgressDialog()),
- this function calls QApplication::processEvents(), so take care that
+ setValue() calls QApplication::processEvents(), so take care that
this does not cause undesirable re-entrancy in your code. For example,
don't use a QProgressDialog inside a paintEvent()!