forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user