forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user