Split the main.qml into two pieces to support multiple views in future.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-03-13 19:57:05 -04:00 committed by AT
parent 97de30edd1
commit 667f29c2a1
3 changed files with 1458 additions and 1430 deletions

View File

@ -96,6 +96,7 @@ qt_add_qml_module(chat
QML_FILES
main.qml
qml/ChatDrawer.qml
qml/ChatView.qml
qml/CollectionsDialog.qml
qml/ModelDownloaderDialog.qml
qml/NetworkDialog.qml

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff