mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:36:45 +02:00
appeasing jenkins
This commit is contained in:
parent
22803c7043
commit
7099b04911
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ void OffscreenQmlSurface::setKeyboardRaised(QObject* object, bool raised, bool n
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool android;
|
bool android = false;
|
||||||
#if defined(Q_OS_ANDROID)
|
#if defined(Q_OS_ANDROID)
|
||||||
android = true;
|
android = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue