aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-22 15:56:59 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commit7e8915966b2c1a80debd54e7a2e2dd6275d558a4 (patch)
tree9d7e931832d6a5f832d1a06fac564d9d2cb2e42a
parent625b92318fbe14e06eedb8537a1eabceb4c8a319 (diff)
downloadmonzero-gui-7e8915966b2c1a80debd54e7a2e2dd6275d558a4.tar.gz
monzero-gui-7e8915966b2c1a80debd54e7a2e2dd6275d558a4.tar.xz
monzero-gui-7e8915966b2c1a80debd54e7a2e2dd6275d558a4.zip
Bring QT version down to 5.7
-rw-r--r--components/Input.qml2
-rw-r--r--components/InputMulti.qml2
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