summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepositioners_p.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-04-19 07:47:53 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-04-19 07:50:17 (GMT)
commitb557e478a2be17131ac147f72bec7c8ad9ffedfc (patch)
tree2d3191133ef235c7174d479604d5a7f9a7b4e6ac /src/declarative/graphicsitems/qdeclarativepositioners_p.h
parent685549ea36f84c84805eee0191b362eea6c66728 (diff)
downloadQt-b557e478a2be17131ac147f72bec7c8ad9ffedfc.zip
Qt-b557e478a2be17131ac147f72bec7c8ad9ffedfc.tar.gz
Qt-b557e478a2be17131ac147f72bec7c8ad9ffedfc.tar.bz2
Typo.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativepositioners_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepositioners_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepositioners_p.h b/src/declarative/graphicsitems/qdeclarativepositioners_p.h
index 24b65fa..b5fc979 100644
--- a/src/declarative/graphicsitems/qdeclarativepositioners_p.h
+++ b/src/declarative/graphicsitems/qdeclarativepositioners_p.h
@@ -136,7 +136,7 @@ private:
class Q_DECLARATIVE_EXPORT QDeclarativeGrid : public QDeclarativeBasePositioner
{
Q_OBJECT
- Q_PROPERTY(int rows READ rows WRITE setRows NOTIFY rowChanged)
+ Q_PROPERTY(int rows READ rows WRITE setRows NOTIFY rowsChanged)
Q_PROPERTY(int columns READ columns WRITE setColumns NOTIFY columnsChanged)
Q_PROPERTY(Flow flow READ flow WRITE setFlow NOTIFY flowChanged)