removed stray space

This commit is contained in:
Dante Ruiz 2017-04-06 23:41:30 +01:00
parent a89081601c
commit 22521526ec

View file

@ -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();