summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/mainwindow.cpp
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-12-10 15:04:40 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-12-15 10:19:09 +0200
commit364753fb3e8bb95faa4cdbef07de8c0f6868d913 (patch)
tree073e6dd66cea96d3ff05060102d7d92d5874d486 /src/b2qt-flashing-wizard/mainwindow.cpp
parent93e20f9fc2acb05814366344d774ebdadaead06b (diff)
b2qt-flashing-wizard: Use config files for deploment
Change-Id: If79eec5eb395c60e6f7531bbd9a3d422221c0f19 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
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()