add cgadaptor template

This commit is contained in:
2017-10-06 10:11:19 +03:00
parent 49299af761
commit 0d5e9a328e
24 changed files with 492 additions and 116 deletions

View File

@ -100,7 +100,7 @@ int main(int argc, char *argv[])
}
// check if exists
if (existingSessionOperation(QString("Active"))) {
if (existingSessionOperation("Active")) {
qCWarning(LOG_APP) << "Another session is active";
return 1;
}