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

This commit is contained in:
2016-08-15 13:59:53 +00:00
parent 59d9f04b2f
commit 91f4f74df4
10 changed files with 132 additions and 68 deletions

View File

@@ -398,6 +398,7 @@ void CD_Pult::updateKDesc(bool ask_move) {
addToList(trUtf8("Update K description file \"%1\"").arg(PI2QString(kdesc_file)), Qt::darkMagenta);
PIFile f(kdesc_file, PIIODevice::ReadOnly);
//piCout << "call K.update():";
K.root() = CDSection();
K.update(&f);
updateTree(ask_move);
}