diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-07-09 13:58:20 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-07-09 14:24:08 (GMT) |
commit | e96c108e7f71f3e1bd08dc739e6ec46fe4603332 (patch) | |
tree | e00a065e76d3bb28823462edba5b25a3ff163fe2 /src/gui/widgets/qprogressbar.cpp | |
parent | b89e878003c5732482a8afb1be66a42cb9122b9e (diff) | |
download | Qt-e96c108e7f71f3e1bd08dc739e6ec46fe4603332.zip Qt-e96c108e7f71f3e1bd08dc739e6ec46fe4603332.tar.gz Qt-e96c108e7f71f3e1bd08dc739e6ec46fe4603332.tar.bz2 |
QTabBar: now uses QVariantAnimation over QTimeLine
QTimeLine is now no more used in private APIs
Diffstat (limited to 'src/gui/widgets/qprogressbar.cpp')
-rw-r--r-- | src/gui/widgets/qprogressbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qprogressbar.cpp b/src/gui/widgets/qprogressbar.cpp index ac3338b..d168028 100644 --- a/src/gui/widgets/qprogressbar.cpp +++ b/src/gui/widgets/qprogressbar.cpp @@ -204,7 +204,7 @@ bool QProgressBarPrivate::repaintRequired() const \o A progress bar shown in the Plastique widget style. \endtable - \sa QTimeLine, QProgressDialog, {fowler}{GUI Design Handbook: Progress Indicator} + \sa QProgressDialog, {fowler}{GUI Design Handbook: Progress Indicator} */ /*! |