summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/b2qt-flashing-wizard/mainwindow.cpp')
-rw-r--r--src/b2qt-flashing-wizard/mainwindow.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/b2qt-flashing-wizard/mainwindow.cpp b/src/b2qt-flashing-wizard/mainwindow.cpp
index 17114c1..8693eab 100644
--- a/src/b2qt-flashing-wizard/mainwindow.cpp
+++ b/src/b2qt-flashing-wizard/mainwindow.cpp
@@ -29,13 +29,10 @@
#include <QDir>
#include <QCoreApplication>
-QString G_platform; // generic-4.4 / iMX6
-QString G_version; // Boot2Qt version
-QString G_os; // eAndroid / eLinux
-QString G_device; // serial number or SD Card
-QString G_board; // nexus7v2,nexus7, etc...
+PlatformInfo G_platforminfo;
QString G_SDKDIR; // install directory
QString G_mode; // adb or fastboot
+QString G_device;
MainWindow::MainWindow()
: QWizard()