diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-22 15:56:59 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | 7e8915966b2c1a80debd54e7a2e2dd6275d558a4 (patch) | |
| tree | 9d7e931832d6a5f832d1a06fac564d9d2cb2e42a /components/InputMulti.qml | |
| parent | 625b92318fbe14e06eedb8537a1eabceb4c8a319 (diff) | |
| download | monzero-gui-7e8915966b2c1a80debd54e7a2e2dd6275d558a4.tar.gz monzero-gui-7e8915966b2c1a80debd54e7a2e2dd6275d558a4.tar.xz monzero-gui-7e8915966b2c1a80debd54e7a2e2dd6275d558a4.zip | |
Bring QT version down to 5.7
Diffstat (limited to 'components/InputMulti.qml')
| -rw-r--r-- | components/InputMulti.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
