Created
July 10, 2018 18:09
-
-
Save geNAZt/2582212622fcef5730e70a3d1f809370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/EditProfileWindow.qml b/EditProfileWindow.qml | |
index 30615ca..4e325a6 100644 | |
--- a/EditProfileWindow.qml | |
+++ b/EditProfileWindow.qml | |
@@ -3,7 +3,7 @@ import QtQuick 2.4 | |
import QtQuick.Controls 1.4 | |
import QtQuick.Layouts 1.2 | |
import QtQuick.Window 2.2 | |
-import QtQuick.Dialogs 1.2 | |
+import QtQuick.Dialogs 1.3 | |
import QtQuick.Controls.Styles 1.4 | |
import "ThemedControls" | |
import io.mrarm.mcpelauncher 1.0 | |
diff --git a/GameLogWindow.qml b/GameLogWindow.qml | |
index 17e0bca..a129c5b 100644 | |
--- a/GameLogWindow.qml | |
+++ b/GameLogWindow.qml | |
@@ -3,7 +3,7 @@ import QtQuick 2.4 | |
import QtQuick.Controls 1.4 | |
import QtQuick.Layouts 1.2 | |
import QtQuick.Window 2.2 | |
-import QtQuick.Dialogs 1.2 | |
+import QtQuick.Dialogs 1.3 | |
import QtQuick.Controls.Styles 1.4 | |
import "ThemedControls" | |
import io.mrarm.mcpelauncher 1.0 | |
diff --git a/LauncherLogin.qml b/LauncherLogin.qml | |
index 69c3b1b..8d4a827 100644 | |
--- a/LauncherLogin.qml | |
+++ b/LauncherLogin.qml | |
@@ -1,7 +1,7 @@ | |
import QtQuick 2.0 | |
import QtQuick.Controls 1.4 | |
import QtQuick.Layouts 1.2 | |
-import QtQuick.Dialogs 1.2 | |
+import QtQuick.Dialogs 1.3 | |
import QtQuick.Window 2.3 | |
import "ThemedControls" | |
import io.mrarm.mcpelauncher 1.0 | |
diff --git a/LauncherMain.qml b/LauncherMain.qml | |
index 0c0d4bc..2c45307 100644 | |
--- a/LauncherMain.qml | |
+++ b/LauncherMain.qml | |
@@ -1,6 +1,6 @@ | |
import QtQuick 2.9 | |
import QtQuick.Layouts 1.2 | |
-import QtQuick.Controls 2.2 | |
+import QtQuick.Controls 2.4 | |
import "ThemedControls" | |
import io.mrarm.mcpelauncher 1.0 | |
diff --git a/ProfileComboBox.qml b/ProfileComboBox.qml | |
index f3cd444..7551087 100644 | |
--- a/ProfileComboBox.qml | |
+++ b/ProfileComboBox.qml | |
@@ -1,5 +1,5 @@ | |
import QtQuick 2.0 | |
-import QtQuick.Controls 2.2 | |
+import QtQuick.Controls 2.4 | |
import "ThemedControls" | |
MComboBox { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment