diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-01-11 22:17:00 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-01-11 22:17:00 -0500 |
commit | 74e32dd96b8ed04d46802226551e72b68ab17e48 (patch) | |
tree | 7c6dc65db8c1f681d7f0c98bfaec483895a3c196 /resources/qml/MatrixText.qml | |
parent | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko (diff) | |
download | nheko-74e32dd96b8ed04d46802226551e72b68ab17e48.tar.xz |
Update QtQuick versions to match Qt 5.10
Diffstat (limited to 'resources/qml/MatrixText.qml')
-rw-r--r-- | resources/qml/MatrixText.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml index bb3b4296..020dd326 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml @@ -1,4 +1,4 @@ -import QtQuick 2.5 +import QtQuick 2.10 import QtQuick.Controls 2.3 import im.nheko 1.0 |