This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2017-11-06 21:55:35 +01:00

10 lines
130 B
QML

import QtQuick 2.5
Item {
property var device: null
property var deviceClass: null
property string interfaceName
}