diff options
Diffstat (limited to 'modules/controlcenter/state/NetworkState.qml')
| -rw-r--r-- | modules/controlcenter/state/NetworkState.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/controlcenter/state/NetworkState.qml b/modules/controlcenter/state/NetworkState.qml new file mode 100644 index 0000000..da13e65 --- /dev/null +++ b/modules/controlcenter/state/NetworkState.qml @@ -0,0 +1,10 @@ +import QtQuick + +QtObject { + id: root + + property var active: null + property bool showPasswordDialog: false + property var pendingNetwork: null +} + |