summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxvisualitemmodel.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-20 08:33:57 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-20 08:33:57 (GMT)
commitc0a02f5c67d3de5e16fd506df83fef968e09c798 (patch)
tree53643122e75a4d549159a9ec6000aa5b6c4a1e03 /src/declarative/fx/qfxvisualitemmodel.cpp
parent86529642cfdc5cc5a94b735042d0807e3b57e9e1 (diff)
parent3182e16fa31a7def9775375971bea203af419d76 (diff)
downloadQt-c0a02f5c67d3de5e16fd506df83fef968e09c798.zip
Qt-c0a02f5c67d3de5e16fd506df83fef968e09c798.tar.gz
Qt-c0a02f5c67d3de5e16fd506df83fef968e09c798.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxvisualitemmodel.cpp')
-rw-r--r--src/declarative/fx/qfxvisualitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxvisualitemmodel.cpp b/src/declarative/fx/qfxvisualitemmodel.cpp
index eb10df3..1b15a48 100644
--- a/src/declarative/fx/qfxvisualitemmodel.cpp
+++ b/src/declarative/fx/qfxvisualitemmodel.cpp
@@ -160,7 +160,7 @@ Q_OBJECT
public:
QFxVisualItemModelData(int index, QFxVisualItemModelPrivate *model);
- Q_PROPERTY(int index READ index NOTIFY indexChanged);
+ Q_PROPERTY(int index READ index NOTIFY indexChanged)
int index() const;
void setIndex(int index);