QmlProjectPlugin: Don't leak action on shutdown

Detected by memory analyzer.

Change-Id: I5c1ba80e9a1e1ca620b496ebe6cd9bb600e8b800
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Jarek Kobus
2022-06-27 14:24:35 +02:00
parent 175a61ad1b
commit a0de1f1848
8 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ class CmakeProjectConverter {
public:
bool convertProject(const QmlProjectManager::QmlProject *project,
const Utils::FilePath &targetDir);
static void generateMenuEntry();
static void generateMenuEntry(QObject *parent);
static void onConvertProject();
static bool isProjectConvertable(const ProjectExplorer::Project *project);
static bool isProjectCurrentFormat(const ProjectExplorer::Project *project);