iOS has native windows but not window management
This will tell QtQuick.Dialogs not to use native windows for dialogs. Change-Id: Ie2e5878b84a9597e1f730d2cb1ebe2f59be6bc75 Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
This commit is contained in:
parent
b12bec0fcf
commit
654a9df4be
@ -110,6 +110,8 @@ bool QIOSIntegration::hasCapability(Capability cap) const
|
||||
return true;
|
||||
case MultipleWindows:
|
||||
return true;
|
||||
case WindowManagement:
|
||||
return false;
|
||||
case ApplicationState:
|
||||
return true;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user