Searched refs:sourceRowsInserted (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | history.h | 188 void sourceRowsInserted(const QModelIndex &parent, int start, int end); 299 void sourceRowsInserted(const QModelIndex &parent, int start, int end);
|
| H A D | history.cpp | 752 this, SLOT(sourceRowsInserted(QModelIndex,int,int))); in setSourceModel() 765 this, SLOT(sourceRowsInserted(QModelIndex,int,int))); in setSourceModel() 867 void HistoryFilterModel::sourceRowsInserted(const QModelIndex &parent, int start, int end) in sourceRowsInserted() function in HistoryFilterModel 1181 this, SLOT(sourceRowsInserted(QModelIndex,int,int))); in setSourceModel() 1192 this, SLOT(sourceRowsInserted(QModelIndex,int,int))); in setSourceModel() 1208 void HistoryTreeModel::sourceRowsInserted(const QModelIndex &parent, int start, int end) in sourceRowsInserted() function in HistoryTreeModel
|