aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/cmakeprojectconverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/cmakeprojectconverter.h')
-rw-r--r--src/plugins/qmldesigner/cmakeprojectconverter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/cmakeprojectconverter.h b/src/plugins/qmldesigner/cmakeprojectconverter.h
index 3356311aa2..c5f4361cb1 100644
--- a/src/plugins/qmldesigner/cmakeprojectconverter.h
+++ b/src/plugins/qmldesigner/cmakeprojectconverter.h
@@ -51,6 +51,8 @@ public:
const Utils::FilePath &targetDir);
static void generateMenuEntry();
static void onConvertProject();
+ static bool isProjectConvertable(const ProjectExplorer::Project *project);
+ static bool isProjectCurrentFormat(const ProjectExplorer::Project *project);
private:
bool prepareAndExecute();