mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
Tidying
This commit is contained in:
parent
d141d5b683
commit
43687d4773
1 changed files with 0 additions and 5 deletions
|
@ -23,15 +23,10 @@ Item {
|
||||||
|
|
||||||
property string title: "Attachment Model"
|
property string title: "Attachment Model"
|
||||||
|
|
||||||
property var result
|
|
||||||
|
|
||||||
property bool keyboardEnabled: false
|
property bool keyboardEnabled: false
|
||||||
property bool keyboardRaised: false
|
property bool keyboardRaised: false
|
||||||
property bool punctuationMode: false
|
property bool punctuationMode: false
|
||||||
|
|
||||||
signal selected(var modelUrl)
|
|
||||||
signal canceled()
|
|
||||||
|
|
||||||
property alias eventBridge: eventBridgeWrapper.eventBridge
|
property alias eventBridge: eventBridgeWrapper.eventBridge
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue