diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-24 11:49:30 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-24 11:50:30 (GMT) |
commit | 11fb6f876b94869921fa9b560ce8a3f6ae38e1f5 (patch) | |
tree | 5da4ccb854fe5528b8ad0d32b2b57e71b247ab14 /src/gui/widgets | |
parent | ed2a03b3bc85be056eca87928d18a746faa07bca (diff) | |
download | Qt-11fb6f876b94869921fa9b560ce8a3f6ae38e1f5.zip Qt-11fb6f876b94869921fa9b560ce8a3f6ae38e1f5.tar.gz Qt-11fb6f876b94869921fa9b560ce8a3f6ae38e1f5.tar.bz2 |
qdoc: Fixed all references to obsolete QHttp classes.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qprogressbar.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/widgets/qprogressbar.cpp b/src/gui/widgets/qprogressbar.cpp index 6593cd6..7e40c0d 100644 --- a/src/gui/widgets/qprogressbar.cpp +++ b/src/gui/widgets/qprogressbar.cpp @@ -190,10 +190,11 @@ bool QProgressBarPrivate::repaintRequired() const with setValue(). The progress bar can be rewound to the beginning with reset(). - If minimum and maximum both are set to 0, the bar shows a busy indicator - instead of a percentage of steps. This is useful, for example, when using - QFtp or QHttp to download items when they are unable to determine the - size of the item being downloaded. + If minimum and maximum both are set to 0, the bar shows a busy + indicator instead of a percentage of steps. This is useful, for + example, when using QFtp or QNetworkAccessManager to download + items when they are unable to determine the size of the item being + downloaded. \table \row \o \inlineimage macintosh-progressbar.png Screenshot of a Macintosh style progress bar |