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

This commit is contained in:
2016-09-28 12:24:52 +00:00
parent b6e96da478
commit 9e1a99b598
16 changed files with 249 additions and 31 deletions

View File

@@ -118,6 +118,11 @@ void KInterface::update(PIIODevice * d) {
}
void KInterface::calculate() {
core->k_calculate();
}
PIString KInterface::appConfig() {
return core->appConfig();
}