Maemo: Set Qemu environment once instead of at every start.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-11-30 18:09:45 +01:00
parent 233081aadb
commit cead4f3974
4 changed files with 30 additions and 36 deletions

View File

@@ -45,13 +45,11 @@ public:
protected:
MaemoQemuRuntimeParser(const QString &madInfoOutput,
const QString &targetName);
const QString &targetName() const { return m_targetName; }
const QString &targetName, const QString &maddeRoot);
QXmlStreamReader m_madInfoReader;
private:
const QString m_targetName;
const QString m_maddeRoot;
QXmlStreamReader m_madInfoReader;
};
} // namespace Internal