Home
last modified time | relevance | path

Searched refs:setDatacount (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel_p.h57 Q_PROPERTY(int datacount READ datacount WRITE setDatacount NOTIFY datacountChanged)
82 void setDatacount(int datacount);
H A Dqdeclarativelocationtestmodel.cpp82 void QDeclarativeLocationTestModel::setDatacount(int datacount) in setDatacount() function in QDeclarativeLocationTestModel