Move QML components in the components directory

This commit is contained in:
Vyn 2024-08-13 11:02:37 +02:00
parent 988fc539ef
commit f8be14bcf8
10 changed files with 9 additions and 10 deletions

View file

@ -56,19 +56,19 @@ qt_add_qml_module(mirai
src/qml/Main.qml
src/qml/MainPanel.qml
src/qml/SideMenu.qml
src/qml/DatePicker.qml
src/qml/DateField.qml
src/qml/AppIcon.qml
src/qml/AppLineEdit.qml
src/qml/AppButton.qml
src/qml/AppCheckbox.qml
src/qml/AppText.qml
src/qml/AppComboBox.qml
src/qml/TaskItem.qml
src/qml/ThemeLoader.qml
src/qml/forms/TaskForm.qml
src/qml/forms/FilesForm.qml
src/qml/forms/TagsConfigForm.qml
src/qml/components/TaskItem.qml
src/qml/components/DatePicker.qml
src/qml/components/DateField.qml
src/qml/components/AppIcon.qml
src/qml/components/AppLineEdit.qml
src/qml/components/AppCheckbox.qml
src/qml/components/AppText.qml
src/qml/components/AppComboBox.qml
src/qml/components/AppButton.qml
src/qml/components/TabSelector.qml
src/qml/components/Tag.qml
src/qml/components/Calendar.qml

View file

@ -7,7 +7,6 @@
import QtQuick
import QtQuick.Window
import QtQuick.Controls
import Mirai
TextField {
color: colorPalette.selected.text