diff options
Diffstat (limited to 'components/controls/StyledSwitch.qml')
| -rw-r--r-- | components/controls/StyledSwitch.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/controls/StyledSwitch.qml b/components/controls/StyledSwitch.qml index ecc1076..ce93cd5 100644 --- a/components/controls/StyledSwitch.qml +++ b/components/controls/StyledSwitch.qml @@ -2,7 +2,7 @@ import ".." import qs.services import qs.config import QtQuick -import QtQuick.Controls +import QtQuick.Templates import QtQuick.Shapes Switch { |