Fix annoying behavior that target selector always switched back to "build"

Reviewed-by: Tobias Hunger
Task-number: QTCREATORBUG-1877
This commit is contained in:
con
2010-10-06 11:15:01 +02:00
parent 0078bb0802
commit 89e66d7042
4 changed files with 25 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ private:
QStackedWidget *m_centralWidget;
QWidget *m_currentWidget;
QList<ProjectExplorer::Project *> m_tabIndexToProject;
int m_previousTargetSubIndex;
};
} // namespace Internal