Speedup project loading, we now parse only the targets runtime info.

Reviewed-by: ck
This commit is contained in:
kh1
2010-10-06 12:33:02 +02:00
parent 8c6d8854aa
commit a81e33258e
2 changed files with 11 additions and 25 deletions

View File

@@ -123,7 +123,6 @@ private:
MaemoQemuManager(QObject *parent);
~MaemoQemuManager();
void setupRuntimes();
bool sessionHasMaemoTarget() const;
void updateStarterIcon(bool running);
@@ -146,7 +145,6 @@ private:
QProcess *m_qemuProcess;
int m_runningQtId;
bool m_needsSetup;
bool m_userTerminated;
QIcon m_qemuStarterIcon;
QMap<int, Runtime> m_runtimes;