diff options
Diffstat (limited to 'modules/controlcenter/state')
| -rw-r--r-- | modules/controlcenter/state/BluetoothState.qml | 1 | ||||
| -rw-r--r-- | modules/controlcenter/state/EthernetState.qml | 1 | ||||
| -rw-r--r-- | modules/controlcenter/state/LauncherState.qml | 1 | ||||
| -rw-r--r-- | modules/controlcenter/state/NetworkState.qml | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/modules/controlcenter/state/BluetoothState.qml b/modules/controlcenter/state/BluetoothState.qml index 00497ce..8678672 100644 --- a/modules/controlcenter/state/BluetoothState.qml +++ b/modules/controlcenter/state/BluetoothState.qml @@ -10,4 +10,3 @@ QtObject { property bool fabMenuOpen: false property bool editingDeviceName: false } - diff --git a/modules/controlcenter/state/EthernetState.qml b/modules/controlcenter/state/EthernetState.qml index c5da7aa..58f5fc8 100644 --- a/modules/controlcenter/state/EthernetState.qml +++ b/modules/controlcenter/state/EthernetState.qml @@ -5,4 +5,3 @@ QtObject { property var active: null } - diff --git a/modules/controlcenter/state/LauncherState.qml b/modules/controlcenter/state/LauncherState.qml index c5da7aa..58f5fc8 100644 --- a/modules/controlcenter/state/LauncherState.qml +++ b/modules/controlcenter/state/LauncherState.qml @@ -5,4 +5,3 @@ QtObject { property var active: null } - diff --git a/modules/controlcenter/state/NetworkState.qml b/modules/controlcenter/state/NetworkState.qml index da13e65..f9324c8 100644 --- a/modules/controlcenter/state/NetworkState.qml +++ b/modules/controlcenter/state/NetworkState.qml @@ -7,4 +7,3 @@ QtObject { property bool showPasswordDialog: false property var pendingNetwork: null } - |