Set all internal qml versions to 1.0

They're useless and anything else just causes problem
This commit is contained in:
Tobias Fella
2020-11-11 20:14:43 +01:00
parent 146a6d6ea4
commit 3a70a9d91c
41 changed files with 169 additions and 169 deletions

View File

@@ -1,6 +1,6 @@
module NeoChat.Page
LoadingPage 2.0 LoadingPage.qml
LoginPage 2.0 LoginPage.qml
RoomListPage 2.0 RoomListPage.qml
RoomPage 2.0 RoomPage.qml
JoinRoomPage 2.0 JoinRoomPage.qml
LoadingPage 1.0 LoadingPage.qml
LoginPage 1.0 LoginPage.qml
RoomListPage 1.0 RoomListPage.qml
RoomPage 1.0 RoomPage.qml
JoinRoomPage 1.0 JoinRoomPage.qml