forked from qt-creator/qt-creator
CompilationDatabase: Remove unnneded ::fromMap() reimplementaion
Change-Id: I2e9440f146b8ba485d3080e74927a05ae7d68824 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -459,13 +459,6 @@ Utils::FilePath CompilationDatabaseProject::rootPathFromSettings() const
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
Project::RestoreResult CompilationDatabaseProject::fromMap(const QVariantMap &map,
|
|
||||||
QString *errorMessage)
|
|
||||||
{
|
|
||||||
Project::RestoreResult result = Project::fromMap(map, errorMessage);
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
void CompilationDatabaseBuildSystem::reparseProject()
|
void CompilationDatabaseBuildSystem::reparseProject()
|
||||||
{
|
{
|
||||||
if (m_parser) {
|
if (m_parser) {
|
||||||
|
@@ -62,7 +62,6 @@ public:
|
|||||||
ProjectExplorer::Kit *kit() const { return m_kit.get(); }
|
ProjectExplorer::Kit *kit() const { return m_kit.get(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;
|
|
||||||
std::unique_ptr<ProjectExplorer::Kit> m_kit;
|
std::unique_ptr<ProjectExplorer::Kit> m_kit;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user