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