diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-03-25 00:56:29 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-03-25 23:18:01 (GMT) |
commit | 75e793d0ff07fd094918cf00c4cd0e10dad6bfa8 (patch) | |
tree | 0abb271e905af4275928dcf185115815c0277fea /src/declarative/util/qdeclarativelistmodel_p.h | |
parent | 11b9190a182c5f3c1055c100145b02a3975509ed (diff) | |
download | Qt-75e793d0ff07fd094918cf00c4cd0e10dad6bfa8.zip Qt-75e793d0ff07fd094918cf00c4cd0e10dad6bfa8.tar.gz Qt-75e793d0ff07fd094918cf00c4cd0e10dad6bfa8.tar.bz2 |
Remove int parameter from ListModel countChanged() to be consistent
with other classes with countChanged() signals.
Diffstat (limited to 'src/declarative/util/qdeclarativelistmodel_p.h')
-rw-r--r-- | src/declarative/util/qdeclarativelistmodel_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativelistmodel_p.h b/src/declarative/util/qdeclarativelistmodel_p.h index 6a0426b..d09062e 100644 --- a/src/declarative/util/qdeclarativelistmodel_p.h +++ b/src/declarative/util/qdeclarativelistmodel_p.h @@ -91,7 +91,7 @@ public: QDeclarativeListModelWorkerAgent *agent(); Q_SIGNALS: - void countChanged(int); + void countChanged(); private: friend class QDeclarativeListModelParser; |