summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qmovie.h
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2011-12-20 12:36:16 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-20 16:18:27 +0100
commit43aef6f8d2db00a57fd8e8e4be348dd50d00d399 (patch)
tree51ec91cb891f80155060269f4d7f052b7b6197b0 /src/gui/image/qmovie.h
parent2532ddc48b802fd8d4f5f15e128c932df85f007e (diff)
Remove non-const QMovie::cacheMode().
There's a const QMovie::cacheMode(), so having this makes no sense. Change-Id: I0b6f20055fcbb28f3a21a8bc303f82543592c9c6 Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'src/gui/image/qmovie.h')
-rw-r--r--src/gui/image/qmovie.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/image/qmovie.h b/src/gui/image/qmovie.h
index 0278957091..d1c0900ff8 100644
--- a/src/gui/image/qmovie.h
+++ b/src/gui/image/qmovie.h
@@ -125,8 +125,6 @@ public:
CacheMode cacheMode() const;
void setCacheMode(CacheMode mode);
- CacheMode cacheMode(); // ### Qt 5: remove me
-
Q_SIGNALS:
void started();
void resized(const QSize &size);