CMake: Simplify BuildDirParameters

Remove some useless bool, Creator would crash if that was ever set.

Change-Id: I148cad6b6139332a6010698f075b584c87dec338
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2020-04-03 10:20:05 +02:00
parent 34f5e14afe
commit 13daf11d03
2 changed files with 10 additions and 6 deletions

View File

@@ -49,7 +49,6 @@ public:
bool isValid() const;
CMakeTool *cmakeTool() const;
bool initialized = false;
QString projectName;
Utils::FilePath sourceDirectory;