cmakeprojectmanager: Rename CMakeValidator to CMakeTool

Renamed CMakeValidator to CMakeTool and renamed files
to prepare for further refactoring

Change-Id: Id6e64e3a39ec36ca3aa8b08bf859ae1345f1a137
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Benjamin Zeller
2014-03-12 08:36:36 +01:00
parent 8ee451b94a
commit 7a6f40b88a
5 changed files with 52 additions and 48 deletions

View File

@@ -35,7 +35,7 @@
#include <QPointer>
#include "cmakevalidator.h"
#include "cmaketool.h"
QT_FORWARD_DECLARE_CLASS(QLabel)
QT_FORWARD_DECLARE_CLASS(QCheckBox)
@@ -71,8 +71,8 @@ private:
QPointer<QWidget> m_widget;
Utils::PathChooser *m_pathchooser;
QCheckBox *m_preferNinja;
CMakeValidator m_cmakeValidatorForUser;
CMakeValidator m_cmakeValidatorForSystem;
CMakeTool m_cmakeValidatorForUser;
CMakeTool m_cmakeValidatorForSystem;
};
} // namespace Internal