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 | |
| 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')
| -rw-r--r-- | components/Input.qml | 2 | ||||
| -rw-r--r-- | 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 |
