summaryrefslogtreecommitdiff
path: root/src/ivicore/qivipagingmodelinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivicore/qivipagingmodelinterface.h')
-rw-r--r--src/ivicore/qivipagingmodelinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivicore/qivipagingmodelinterface.h b/src/ivicore/qivipagingmodelinterface.h
index 0f3375a..4a6973e 100644
--- a/src/ivicore/qivipagingmodelinterface.h
+++ b/src/ivicore/qivipagingmodelinterface.h
@@ -69,7 +69,7 @@ protected:
Q_SIGNALS:
void supportedCapabilitiesChanged(const QUuid &identifier, QtIviCoreModule::ModelCapabilities capabilities);
- void countChanged(const QUuid &identifier, int newLength);
+ void countChanged(const QUuid &identifier = QUuid(), int count = -1);
void dataFetched(const QUuid &identifier, const QList<QVariant> &data, int start, bool moreAvailable);
void dataChanged(const QUuid &identifier, const QList<QVariant> &data, int start, int count);
};