forked from qt-creator/qt-creator
Project: Improve default implementation of Project::needsConfiguration
Change-Id: Ic4d227334d818658f179c0589462551509274c17 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -91,6 +91,8 @@ public:
|
||||
bool renameFile(const QString &filePath, const QString &newFilePath);
|
||||
void refresh(Target *target = nullptr);
|
||||
|
||||
bool needsConfiguration() const final { return false; }
|
||||
|
||||
private:
|
||||
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;
|
||||
bool setupTarget(Target *t)
|
||||
|
||||
Reference in New Issue
Block a user