CMake: Remove static defaultValue method from CMakeKitInformation

There is no need to expose this.

Change-Id: I164f1e787b742d330282125320b54a5b2ecb6134
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-02-04 17:52:55 +01:00
parent eafb667066
commit 5404f9c480
2 changed files with 14 additions and 14 deletions

View File

@@ -43,7 +43,6 @@ public:
static CMakeTool *cmakeTool(const ProjectExplorer::Kit *k);
static void setCMakeTool(ProjectExplorer::Kit *k, const Core::Id id);
static Core::Id defaultValue();
// KitInformation interface
QVariant defaultValue(const ProjectExplorer::Kit *k) const override;