mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 06:33:09 +00:00
Fix build
This commit is contained in:
parent
174d07bdc9
commit
aefbe9ce48
2 changed files with 0 additions and 5 deletions
|
|
@ -45,10 +45,6 @@ Kirigami.Page {
|
|||
QQC2.Label {
|
||||
id: status
|
||||
|
||||
onTextChanged: {
|
||||
text = dialerUtils.formatNumber(text);
|
||||
}
|
||||
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
verticalAlignment: Qt.AlignBottom
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
<file alias="Call/Avatar.qml">qml/Call/Avatar.qml</file>
|
||||
<file alias="HistoryDelegate.qml">qml/HistoryDelegate.qml</file>
|
||||
<file alias="Dialpad/Dialpad.qml">qml/Dialpad/Dialpad.qml</file>
|
||||
<file alias="Dialpad/PhoneNumberInput.qml">qml/Dialpad/PhoneNumberInput.qml</file>
|
||||
<file alias="Dialpad/DialerButton.qml">qml/Dialpad/DialerButton.qml</file>
|
||||
<file alias="Dialpad/DialerIconButton.qml">qml/Dialpad/DialerIconButton.qml</file>
|
||||
</qresource>
|
||||
|
|
|
|||
Loading…
Reference in a new issue