From 7e8915966b2c1a80debd54e7a2e2dd6275d558a4 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 22 Mar 2018 15:56:59 +0100 Subject: [PATCH] Bring QT version down to 5.7 --- components/Input.qml | 2 +- components/InputMulti.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Input.qml b/components/Input.qml index c168e8e6..d1ddae89 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -27,7 +27,7 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import QtQuick.Controls 2.2 -import QtQuick 2.10 +import QtQuick 2.7 import "." 1.0 diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 9c74d0c1..24c019b4 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -28,7 +28,7 @@ import QtQuick.Controls 2.2 -import QtQuick 2.10 +import QtQuick 2.7 import "../js/TxUtils.js" as TxUtils import "." 1.0