Project: Sprinkle override over all the projects

Change-Id: I5e03ef5a9fee03473152f8a7511d75a1818c3e05
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-01-07 17:58:34 +01:00
committed by hjk
parent 5915b66fc8
commit d134bdfb13
8 changed files with 51 additions and 59 deletions

View File

@@ -57,18 +57,18 @@ class QMLPROJECTMANAGER_EXPORT QmlProject : public ProjectExplorer::Project
public:
QmlProject(Internal::Manager *manager, const Utils::FileName &filename);
virtual ~QmlProject();
~QmlProject() override;
Utils::FileName filesFileName() const;
QString displayName() const;
Core::IDocument *document() const;
ProjectExplorer::IProjectManager *projectManager() const;
QString displayName() const override;
Core::IDocument *document() const override;
ProjectExplorer::IProjectManager *projectManager() const override;
bool supportsKit(ProjectExplorer::Kit *k, QString *errorMessage) const;
bool supportsKit(ProjectExplorer::Kit *k, QString *errorMessage) const override;
ProjectExplorer::ProjectNode *rootProjectNode() const;
QStringList files(FilesMode fileMode) const;
ProjectExplorer::ProjectNode *rootProjectNode() const override;
QStringList files(FilesMode fileMode) const override;
bool validProjectFile() const;
@@ -102,7 +102,7 @@ private slots:
void addedRunConfiguration(ProjectExplorer::RunConfiguration *);
protected:
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage);
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;
private:
// plain format