Fix window title for cmake wizard

This commit is contained in:
dt
2009-06-10 16:03:16 +02:00
parent a18ae43fec
commit 182161f9bf
2 changed files with 9 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ public:
void setArguments(const QStringList &args);
ProjectExplorer::Environment environment() const;
private:
void init();
bool existsUpToDateXmlFile() const;
bool hasInSourceBuild() const;
CMakeManager *m_cmakeManager;