diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-19 07:47:53 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-19 07:50:17 (GMT) |
commit | b557e478a2be17131ac147f72bec7c8ad9ffedfc (patch) | |
tree | 2d3191133ef235c7174d479604d5a7f9a7b4e6ac /src/declarative | |
parent | 685549ea36f84c84805eee0191b362eea6c66728 (diff) | |
download | Qt-b557e478a2be17131ac147f72bec7c8ad9ffedfc.zip Qt-b557e478a2be17131ac147f72bec7c8ad9ffedfc.tar.gz Qt-b557e478a2be17131ac147f72bec7c8ad9ffedfc.tar.bz2 |
Typo.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativepositioners_p.h | 2 |
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) |