From 9fc9db78265b2786c5b054ffa061f055b99f82f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Fri, 29 Jul 2022 09:29:49 -0400 Subject: [PATCH] qml.qrc: remove non existing file Change-Id: I6303257ed1edb4bc38817fdb9c8e05e241778f43 --- qml.qrc | 1 - 1 file changed, 1 deletion(-) diff --git a/qml.qrc b/qml.qrc index c5794fe83..2c399e1ae 100644 --- a/qml.qrc +++ b/qml.qrc @@ -192,7 +192,6 @@ <file>src/app/mainview/components/KeyboardShortcutTabButton.qml</file> <file>src/app/LayoutManager.qml</file> <file>src/app/mainview/components/JamiIdentifier.qml</file> - <file>src/app/commoncomponents/PasswordLineEdit.qml</file> <file>src/app/wizardview/components/NoUsernamePopup.qml</file> <file>src/app/wizardview/components/AdvancedAccountSettings.qml</file> <file>src/app/commoncomponents/InfoBox.qml</file> -- GitLab