Fill in default qemu simulator path but keep the user option to choose.

This commit is contained in:
kh1
2009-10-29 17:26:14 +01:00
parent 5384434dce
commit c1413ffa8a
2 changed files with 94 additions and 42 deletions

View File

@@ -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.