diff options
| author | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2018-04-02 11:40:42 +0200 |
|---|---|---|
| committer | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2018-04-02 11:40:42 +0200 |
| commit | 199ed44aae08fa225a64b7036006e2cb24db3f0e (patch) | |
| tree | da22ae1cba48e5433e95725364943a7e2e354f07 | |
| parent | fbe5ba831795008361f4de4347e7ecb6d868b4eb (diff) | |
| download | monzero-gui-199ed44aae08fa225a64b7036006e2cb24db3f0e.tar.gz monzero-gui-199ed44aae08fa225a64b7036006e2cb24db3f0e.tar.xz monzero-gui-199ed44aae08fa225a64b7036006e2cb24db3f0e.zip | |
Bring QTQuick.Controls version down to 2.0
| -rw-r--r-- | components/Input.qml | 2 | ||||
| -rw-r--r-- | components/InputMulti.qml | 2 | ||||
| -rw-r--r-- | pages/Receive.qml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/components/Input.qml b/components/Input.qml index befeecc0..b4310212 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -26,7 +26,7 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import QtQuick.Controls 2.2 +import QtQuick.Controls 2.0 import QtQuick 2.7 import "../components" as MoneroComponents diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 88766ba7..5698dcc6 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -26,7 +26,7 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import QtQuick.Controls 2.2 +import QtQuick.Controls 2.0 import QtQuick 2.7 import "../js/TxUtils.js" as TxUtils diff --git a/pages/Receive.qml b/pages/Receive.qml index 497851e7..e5f8df19 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -27,7 +27,7 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import QtQuick 2.0 -import QtQuick.Controls 2.2 +import QtQuick.Controls 2.0 import QtQuick.Controls.Styles 1.4 import QtQuick.Layouts 1.1 import QtQuick.Dialogs 1.2 |
