Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1076 QDate rowDate = sourceModel()->index(i, 0).data(HistoryModel::DateRole).toDate(); in rowCount() local
1077 if (rowDate != currentDate) { in rowCount()
1079 currentDate = rowDate; in rowCount()