summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-09 22:35:18 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-09 22:35:18 (GMT)
commit1a05457011ca570b1f082f2e4312ad4897fbeb2d (patch)
tree2aa9de11974cf98a684e027e6991ec3411ff4d80 /src/declarative/fx/qfximage.h
parent7105e534a980554277fbe1da2698fca6a5bc49aa (diff)
downloadQt-1a05457011ca570b1f082f2e4312ad4897fbeb2d.zip
Qt-1a05457011ca570b1f082f2e4312ad4897fbeb2d.tar.gz
Qt-1a05457011ca570b1f082f2e4312ad4897fbeb2d.tar.bz2
Add new class QFxBorderImage.
* Move scalegrid code into QFxBorderImage * Update examples
Diffstat (limited to 'src/declarative/fx/qfximage.h')
-rw-r--r--src/declarative/fx/qfximage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/declarative/fx/qfximage.h b/src/declarative/fx/qfximage.h
index b31da29..0a9d2df 100644
--- a/src/declarative/fx/qfximage.h
+++ b/src/declarative/fx/qfximage.h
@@ -46,12 +46,11 @@
#include "qfximagebase.h"
QT_BEGIN_HEADER
-
QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class QFxImagePrivate;
+class QFxImagePrivate;
class Q_DECLARATIVE_EXPORT QFxImage : public QFxImageBase
{
Q_OBJECT
@@ -85,9 +84,7 @@ private:
};
QT_END_NAMESPACE
-
QML_DECLARE_TYPE(QFxImage)
-
QT_END_HEADER
#endif // QFXIMAGE_H