summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qprogressdialog.cpp
diff options
context:
space:
mode:
authorGatis Paeglis <[email protected]>2017-02-03 15:11:05 +0100
committerTony Sarajärvi <[email protected]>2017-02-04 06:52:15 +0000
commit6ecfab30d0b158dbdf61e2670498577762e603de (patch)
treeab752669a9799220e728ff473088e36a55ba4edc /src/widgets/dialogs/qprogressdialog.cpp
parent4cde33b70b017d758117acbd9f1841c31bfaad98 (diff)
Remove references to QUrlOperator (Qt3) class
Diffstat (limited to 'src/widgets/dialogs/qprogressdialog.cpp')
-rw-r--r--src/widgets/dialogs/qprogressdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qprogressdialog.cpp b/src/widgets/dialogs/qprogressdialog.cpp
index 26a8fcc92df..0a6253ea271 100644
--- a/src/widgets/dialogs/qprogressdialog.cpp
+++ b/src/widgets/dialogs/qprogressdialog.cpp
@@ -244,7 +244,7 @@ void QProgressDialogPrivate::_q_disconnectOnClose()
A modeless progress dialog is suitable for operations that take
place in the background, where the user is able to interact with the
application. Such operations are typically based on QTimer (or
- QObject::timerEvent()), QSocketNotifier, or QUrlOperator; or performed
+ QObject::timerEvent()) or QSocketNotifier; or performed
in a separate thread. A QProgressBar in the status bar of your main window
is often an alternative to a modeless progress dialog.