mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 12:17:31 +02:00
fix OSX build (Clang errors) for QA
This commit is contained in:
parent
5029767493
commit
c6e264edac
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ static const char* const INTERACTIVE_WINDOW_VISIBLE_PROPERTY = "interactiveWindo
|
|||
static const char* const EVENT_BRIDGE_PROPERTY = "eventBridge";
|
||||
static const char* const WINDOW_MODE_TEXT_PROPERTY = "windowModeText";
|
||||
|
||||
static const uvec2 MAX_QML_WINDOW_SIZE{ 1280, 720 };
|
||||
static const uvec2 MIN_QML_WINDOW_SIZE{ 120, 80 };
|
||||
|
||||
static const QStringList KNOWN_SCHEMES = QStringList() << "http" << "https" << "file" << "about" << "atp" << "qrc";
|
||||
|
||||
void registerInteractiveWindowMetaType(QScriptEngine* engine) {
|
||||
|
|
Loading…
Reference in a new issue