mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:23:57 +02:00
removed stray space
This commit is contained in:
parent
a89081601c
commit
22521526ec
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ QQuickWindow* TabletScriptingInterface::getTabletWindow() {
|
|||
QObject* qmlSurface = tablet->getTabletSurface();
|
||||
OffscreenQmlSurface* surface = dynamic_cast<OffscreenQmlSurface*>(qmlSurface);
|
||||
|
||||
if (!surface) {
|
||||
if (!surface) {
|
||||
return nullptr;
|
||||
}
|
||||
QQuickWindow* window = surface->getWindow();
|
||||
|
|
Loading…
Reference in a new issue