summary refs log tree commit diff
path: root/resources/qml/MessageInput.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-01-11 22:17:00 -0500
committerJoseph Donofry <joedonofry@gmail.com>2021-01-11 22:17:00 -0500
commit74e32dd96b8ed04d46802226551e72b68ab17e48 (patch)
tree7c6dc65db8c1f681d7f0c98bfaec483895a3c196 /resources/qml/MessageInput.qml
parentMerge branch 'master' of ssh://github.com/Nheko-Reborn/nheko (diff)
downloadnheko-74e32dd96b8ed04d46802226551e72b68ab17e48.tar.xz
Update QtQuick versions to match Qt 5.10
Diffstat (limited to 'resources/qml/MessageInput.qml')
-rw-r--r--resources/qml/MessageInput.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/MessageInput.qml b/resources/qml/MessageInput.qml
index 0090ea95..84b759db 100644
--- a/resources/qml/MessageInput.qml
+++ b/resources/qml/MessageInput.qml
@@ -1,8 +1,8 @@
 import "./voip"
-import QtQuick 2.9
+import QtQuick 2.10
 import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.2
-import QtQuick.Window 2.2
+import QtQuick.Layouts 1.10
+import QtQuick.Window 2.10
 import im.nheko 1.0
 
 Rectangle {