diff options
Diffstat (limited to 'Label.qml')
| -rw-r--r-- | Label.qml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -import QtQuick 2.15 -import QtQuick.Templates 2.15 -import Bootstrap 5.3 +import QtQuick +import QtQuick.Templates +import Bootstrap Label { id: control |