git-svn-id: svn://db.shs.com.ru/libs@160 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-01-23 07:36:07 +00:00
parent 9f9b624124
commit dfb021c228
7 changed files with 64 additions and 26 deletions

View File

@@ -127,6 +127,12 @@ void CDKItemModel::buildItem(CDKItem *it, CDSection & r) {
}
void CDKItemModel::updateModel() {
beginResetModel();
endResetModel();
}
void CDKItemModel::internalRebuild() {
//qDebug() << "[CDKItemModel]" << "internalRebuild()";
if (root) delete root;