diff options
Diffstat (limited to 'src/declarative/fx/qfxpixmap.h')
-rw-r--r-- | src/declarative/fx/qfxpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpixmap.h b/src/declarative/fx/qfxpixmap.h index 748991e..297dba7 100644 --- a/src/declarative/fx/qfxpixmap.h +++ b/src/declarative/fx/qfxpixmap.h @@ -67,7 +67,7 @@ public: QFxPixmap &operator=(const QFxPixmap &); static QNetworkReply *get(QmlEngine *, const QUrl& url, QObject*, const char* slot); - static void cancelGet(const QUrl& url, QObject* obj, const char* slot); + static void cancelGet(const QUrl& url, QObject* obj); bool isNull() const; |