Reorder QML files to follow coding conventions
https://doc.qt.io/qt-5/qml-codingconventions.html#qml-object-declarations
This commit is contained in:
@@ -8,10 +8,8 @@ import "."
|
||||
Python {
|
||||
id: py
|
||||
|
||||
|
||||
readonly property var pendingCoroutines: Globals.pendingCoroutines
|
||||
|
||||
|
||||
function makeFuture(callback) {
|
||||
return Qt.createComponent("Future.qml").createObject(py, {bridge: py})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user