mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 01:27:20 +02:00
commit
5171ec93a9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,6 @@ FocusScope {
|
|||
|
||||
QtObject {
|
||||
id: d
|
||||
readonly property var messageDialogBuilder: Component { MessageDialog { } }
|
||||
|
||||
function findChild(item, name) {
|
||||
for (var i = 0; i < item.children.length; ++i) {
|
||||
|
@ -209,6 +208,7 @@ FocusScope {
|
|||
onHeightChanged: repositionAll();
|
||||
onWidthChanged: repositionAll();
|
||||
|
||||
Component { id: messageDialogBuilder; MessageDialog { } }
|
||||
function messageBox(properties) {
|
||||
return messageDialogBuilder.createObject(desktop, properties);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue