7 lines
73 B
QML
7 lines
73 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
property var active: null
|
|
}
|