diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-14 06:04:35 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-14 06:08:31 (GMT) |
commit | fe59969d239231ae1bfb33e702f58d124554db95 (patch) | |
tree | 8250be36f68fe0fcf8c0394c6e38cc324ea000dc /src/declarative/fx/qfximagebase_p.h | |
parent | 8ed52465b705ca4ce35d9a8d1ab61e284b0f6dc3 (diff) | |
download | Qt-fe59969d239231ae1bfb33e702f58d124554db95.zip Qt-fe59969d239231ae1bfb33e702f58d124554db95.tar.gz Qt-fe59969d239231ae1bfb33e702f58d124554db95.tar.bz2 |
Tidy up usage of QNetworkReply returned by QFxPixmapCache::get, update
documentation.
Diffstat (limited to 'src/declarative/fx/qfximagebase_p.h')
-rw-r--r-- | src/declarative/fx/qfximagebase_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximagebase_p.h b/src/declarative/fx/qfximagebase_p.h index b468b90..3f43f38 100644 --- a/src/declarative/fx/qfximagebase_p.h +++ b/src/declarative/fx/qfximagebase_p.h @@ -73,7 +73,6 @@ public: QPixmap pix; QFxImageBase::Status status; QUrl url; - QPointer<QNetworkReply> reply; qreal progress; }; |