Always include QtQuick.Controls as QQC2

This commit is contained in:
Tobias Fella
2022-10-31 01:33:47 +01:00
parent f733a2edef
commit ab5afa26ef
35 changed files with 262 additions and 262 deletions

View File

@@ -6,7 +6,7 @@
import QtQuick 2.15
import QtQuick.Layouts 1.15
import QtQuick.Controls 2.15
import QtQuick.Controls 2.15 as QQC2
import org.kde.kirigami 2.14 as Kirigami
import org.kde.neochat 1.0
@@ -15,7 +15,7 @@ Loader {
property string labelText: ""
active: visible
sourceComponent: Pane {
sourceComponent: QQC2.Pane {
id: typingPane
leftPadding: Kirigami.Units.largeSpacing
@@ -86,7 +86,7 @@ Loader {
}
}
}
Label {
QQC2.Label {
id: typingLabel
elide: Text.ElideRight
text: root.labelText