CMakeOpenProjectWizard: The user needs to always select a kit

So check that in isComplete() and prevent a crash.

Task-number: QTCREATORBUG-8717
Change-Id: Ib485941534a4f0f3aa4e791fdb655eb9061ba9fa
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-02-14 12:11:54 +01:00
parent ca8df404d9
commit 5c653f40a3
2 changed files with 8 additions and 13 deletions

View File

@@ -189,7 +189,6 @@ private:
QLabel *m_descriptionLabel;
QLabel *m_exitCodeLabel;
bool m_haveCbpFile;
bool m_optionalCMake;
Mode m_mode;
QString m_buildDirectory;
};