diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-07-23 07:01:58 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-07-23 07:01:58 (GMT) |
commit | 7465d6fca7ed193f71f2a68cd04e290c4436d4cf (patch) | |
tree | 78bf4f9ff97ea9a7499d9016bca58e694e5f0afd /src/declarative/extra/qfxintegermodel.cpp | |
parent | fa9a292388e93f128eac2ba4438f8b1e772a4782 (diff) | |
parent | 7fe100b56ccca40de193164d3ce19600cf50bdd4 (diff) | |
download | Qt-7465d6fca7ed193f71f2a68cd04e290c4436d4cf.zip Qt-7465d6fca7ed193f71f2a68cd04e290c4436d4cf.tar.gz Qt-7465d6fca7ed193f71f2a68cd04e290c4436d4cf.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/extra/qfxintegermodel.cpp')
-rw-r--r-- | src/declarative/extra/qfxintegermodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qfxintegermodel.cpp b/src/declarative/extra/qfxintegermodel.cpp index 437073e..3cd46d7 100644 --- a/src/declarative/extra/qfxintegermodel.cpp +++ b/src/declarative/extra/qfxintegermodel.cpp @@ -43,7 +43,7 @@ QT_BEGIN_NAMESPACE -QML_DEFINE_TYPE(QFxIntegerModel, IntegerModel) +QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,IntegerModel,QFxIntegerModel) class QFxIntegerModelPrivate { |