forked from qt-creator/qt-creator
Fill in default qemu simulator path but keep the user option to choose.
This commit is contained in:
@@ -129,8 +129,9 @@ signals:
|
||||
private slots:
|
||||
void invalidateCachedTargetInformation();
|
||||
|
||||
void setSimulatorPath(const QString &path);
|
||||
void setUserSimulatorPath(const QString &path);
|
||||
void invalidateCachedSimulatorInformation();
|
||||
void resetCachedSimulatorInformation();
|
||||
|
||||
void startStopQemu();
|
||||
void qemuProcessFinished();
|
||||
@@ -156,6 +157,9 @@ private:
|
||||
QString m_visibleSimulatorParameter;
|
||||
bool m_cachedSimulatorInformationValid;
|
||||
|
||||
bool m_isUserSetSimulator;
|
||||
QString m_userSimulatorPath;
|
||||
|
||||
QString m_gdbPath;
|
||||
|
||||
// Information about the remote host.
|
||||
|
||||
Reference in New Issue
Block a user