Set all internal qml versions to 1.0
They're useless and anything else just causes problem
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module NeoChat.Component
|
||||
AutoMouseArea 2.0 AutoMouseArea.qml
|
||||
MaterialIcon 2.0 MaterialIcon.qml
|
||||
SideNavButton 2.0 SideNavButton.qml
|
||||
ScrollHelper 2.0 ScrollHelper.qml
|
||||
AutoListView 2.0 AutoListView.qml
|
||||
AutoTextField 2.0 AutoTextField.qml
|
||||
FullScreenImage 2.0 FullScreenImage.qml
|
||||
AutoRectangle 2.0 AutoRectangle.qml
|
||||
ChatTextInput 2.0 ChatTextInput.qml
|
||||
AutoMouseArea 1.0 AutoMouseArea.qml
|
||||
MaterialIcon 1.0 MaterialIcon.qml
|
||||
SideNavButton 1.0 SideNavButton.qml
|
||||
ScrollHelper 1.0 ScrollHelper.qml
|
||||
AutoListView 1.0 AutoListView.qml
|
||||
AutoTextField 1.0 AutoTextField.qml
|
||||
FullScreenImage 1.0 FullScreenImage.qml
|
||||
AutoRectangle 1.0 AutoRectangle.qml
|
||||
ChatTextInput 1.0 ChatTextInput.qml
|
||||
|
||||
Reference in New Issue
Block a user