diff options
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r-- | src/declarative/fx/qfximage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h index 7b3445c..4b6e700 100644 --- a/src/declarative/fx/qfximage.h +++ b/src/declarative/fx/qfximage.h @@ -43,6 +43,7 @@ #define QFXIMAGE_H #include <QtDeclarative/qfxitem.h> +#include <QtDeclarative/qfxscalegrid.h> #include <QtNetwork/qnetworkreply.h> @@ -91,7 +92,6 @@ public: QUrl source() const; virtual void setSource(const QUrl &url); - virtual QString propertyInfo() const; void paintContents(QPainter &painter); Q_SIGNALS: |