mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-15 06:45:46 +00:00
add cgadaptor template
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user