mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 18:46:19 +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();
|
QObject* qmlSurface = tablet->getTabletSurface();
|
||||||
OffscreenQmlSurface* surface = dynamic_cast<OffscreenQmlSurface*>(qmlSurface);
|
OffscreenQmlSurface* surface = dynamic_cast<OffscreenQmlSurface*>(qmlSurface);
|
||||||
|
|
||||||
if (!surface) {
|
if (!surface) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
QQuickWindow* window = surface->getWindow();
|
QQuickWindow* window = surface->getWindow();
|
||||||
|
|
Loading…
Reference in a new issue