Reorder QML files to follow coding conventions
https://doc.qt.io/qt-5/qml-codingconventions.html#qml-object-declarations
This commit is contained in:
@@ -6,7 +6,6 @@ import "../Base"
|
||||
HQtObject {
|
||||
id: root
|
||||
|
||||
|
||||
property Item flickable: parent
|
||||
property bool active: true
|
||||
|
||||
|
@@ -6,7 +6,6 @@ import "../Base"
|
||||
HQtObject {
|
||||
id: root
|
||||
|
||||
|
||||
property Item container: parent
|
||||
property bool active: container.count > 1
|
||||
|
||||
|
Reference in New Issue
Block a user