QmlProject: Remove unneeded reimplementation of rootProjectNode

Change-Id: I0ffd72ae6be2cc94daf3e84a713c55088d463ab1
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2017-12-20 19:07:07 +01:00
parent 2b99623605
commit 8e92c28573
2 changed files with 0 additions and 7 deletions

View File

@@ -244,11 +244,6 @@ bool QmlProject::supportsKit(Kit *k, QString *errorMessage) const
return true;
}
Internal::QmlProjectNode *QmlProject::rootProjectNode() const
{
return static_cast<Internal::QmlProjectNode *>(Project::rootProjectNode());
}
Project::RestoreResult QmlProject::fromMap(const QVariantMap &map, QString *errorMessage)
{
RestoreResult result = Project::fromMap(map, errorMessage);