9 lines
96 B
QML
9 lines
96 B
QML
import QtQuick 2.5
|
|
|
|
Item {
|
|
|
|
property var device: null
|
|
property var deviceClass: null
|
|
|
|
}
|