Update sandbox/sandboxapp.cpp
Co-authored-by: Pascal Precht <pascal.precht@gmail.com>
This commit is contained in:
parent
36c8262a0e
commit
7899d9c939
|
@ -30,7 +30,7 @@ void SandboxApp::startEngine()
|
||||||
if (rootWindow) {
|
if (rootWindow) {
|
||||||
removeTitleBar(rootWindow->winId());
|
removeTitleBar(rootWindow->winId());
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "window is not exists";
|
qDebug() << "Window doesn't exist";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue