QmlProject: Add single isQtDesignStudio method

Change-Id: Idf9d07e6318af8d6934adcbc0afa3695e262836f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2022-02-04 16:59:04 +01:00
parent a8a1f036cd
commit b8c8a6a2bb
3 changed files with 13 additions and 18 deletions

View File

@@ -146,6 +146,8 @@ public:
ProjectExplorer::Tasks projectIssues(const ProjectExplorer::Kit *k) const final;
static bool isQtDesignStudio();
protected:
RestoreResult fromMap(const QVariantMap &map, QString *errorMessage) override;