Android: Remove python support checking for the NDK's GDB

The check and the warning was for the super old NDKs which are
not supported anymore

Change-Id: I13cb0d3aa1deb3e5cff284ac4e4960e4d23950b4
Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Vikas Pachdha
2017-09-14 10:29:53 +02:00
parent 027383814a
commit bc32c380a5
3 changed files with 159 additions and 286 deletions

View File

@@ -88,8 +88,6 @@ private:
void manageAVD();
void createKitToggled();
void checkGdbFinished();
void showGdbWarningDialog();
void updateAvds();
private:
@@ -114,8 +112,6 @@ private:
AndroidConfig m_androidConfig;
AvdModel m_AVDModel;
QFutureWatcher<AndroidConfig::CreateAvdInfo> m_futureWatcher;
QFutureWatcher<QPair<QStringList, bool>> m_checkGdbWatcher;
QStringList m_gdbCheckPaths;
QFutureWatcher<AndroidDeviceInfoList> m_virtualDevicesWatcher;
QString m_lastAddedAvd;