feat(GODT-2769): moved LinkLabel QML component to Proton custom component folder.

This commit is contained in:
Xavier Michelon
2023-08-16 16:37:41 +02:00
parent 9b546b5412
commit bccf31501d
3 changed files with 2 additions and 5 deletions

View File

@ -74,7 +74,6 @@
<file alias="bridgeMacOS.svg">../../../../dist/bridgeMacOS.svg</file> <file alias="bridgeMacOS.svg">../../../../dist/bridgeMacOS.svg</file>
<file>qml/KeychainSettings.qml</file> <file>qml/KeychainSettings.qml</file>
<file>qml/LocalCacheSettings.qml</file> <file>qml/LocalCacheSettings.qml</file>
<file>qml/LinkLabel.qml</file>
<file>qml/MainWindow.qml</file> <file>qml/MainWindow.qml</file>
<file>qml/NotificationDialog.qml</file> <file>qml/NotificationDialog.qml</file>
<file>qml/NotificationPopups.qml</file> <file>qml/NotificationPopups.qml</file>
@ -91,6 +90,7 @@
<file>qml/Proton/ComboBox.qml</file> <file>qml/Proton/ComboBox.qml</file>
<file>qml/Proton/Dialog.qml</file> <file>qml/Proton/Dialog.qml</file>
<file>qml/Proton/Label.qml</file> <file>qml/Proton/Label.qml</file>
<file>qml/Proton/LinkLabel.qml</file>
<file>qml/Proton/Menu.qml</file> <file>qml/Proton/Menu.qml</file>
<file>qml/Proton/MenuItem.qml</file> <file>qml/Proton/MenuItem.qml</file>
<file>qml/Proton/Popup.qml</file> <file>qml/Proton/Popup.qml</file>

View File

@ -10,12 +10,8 @@
// GNU General Public License for more details. // GNU General Public License for more details.
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>. // along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
import QtQml
import QtQuick import QtQuick
import QtQuick.Layouts
import QtQuick.Controls import QtQuick.Controls
import QtQuick.Controls.impl
import "." as Proton
Label { Label {
id: root id: root

View File

@ -28,6 +28,7 @@ CheckBox 4.0 CheckBox.qml
ComboBox 4.0 ComboBox.qml ComboBox 4.0 ComboBox.qml
Dialog 4.0 Dialog.qml Dialog 4.0 Dialog.qml
Label 4.0 Label.qml Label 4.0 Label.qml
LinkLabel 4.0 LinkLabel.qml
Menu 4.0 Menu.qml Menu 4.0 Menu.qml
MenuItem 4.0 MenuItem.qml MenuItem 4.0 MenuItem.qml
Popup 4.0 Popup.qml Popup 4.0 Popup.qml