Update sandbox/sandboxapp.cpp

Co-authored-by: Pascal Precht <pascal.precht@gmail.com>
This commit is contained in:
Boris Melnik 2021-05-12 14:21:29 +03:00 committed by GitHub
parent 36c8262a0e
commit 7899d9c939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void SandboxApp::startEngine()
if (rootWindow) {
removeTitleBar(rootWindow->winId());
} else {
qDebug() << "window is not exists";
qDebug() << "Window doesn't exist";
}
}