summaryrefslogtreecommitdiff
path: root/src/ivicore/qivipagingmodelinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivicore/qivipagingmodelinterface.cpp')
-rw-r--r--src/ivicore/qivipagingmodelinterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivicore/qivipagingmodelinterface.cpp b/src/ivicore/qivipagingmodelinterface.cpp
index 2d528d6..c8fed22 100644
--- a/src/ivicore/qivipagingmodelinterface.cpp
+++ b/src/ivicore/qivipagingmodelinterface.cpp
@@ -123,10 +123,10 @@ QIviPagingModelInterface::QIviPagingModelInterface(QObjectPrivate &dd, QObject *
*/
/*!
- \fn void QIviPagingModelInterface::countChanged(const QUuid &identifier, int newLength)
+ \fn void QIviPagingModelInterface::countChanged(const QUuid &identifier, int count)
This signal is emitted when the current number of items in the QIviPagingModel instance identified by \a identifier changed.
- The new number of items is returned as \a newLength.
+ The new number of items is returned as \a count.
This signal is expected to be emitted after the model instance has requested new data for the first time by calling fetchData() and
should be emitted before the data is returned by emitting the dataFetched() signal.