QmlProject: Remove unnecessary destructor

Change-Id: I7e5d58a46074cff3ac9e41322a0e93200fea17e0
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Burak Hancerli
2023-05-15 14:49:06 +02:00
parent 590f0685da
commit 910b467af6

View File

@@ -16,9 +16,6 @@ class QMLPROJECTMANAGER_EXPORT QmlProject : public ProjectExplorer::Project
Q_OBJECT
public:
explicit QmlProject(const Utils::FilePath &filename);
~QmlProject(){
qDebug() << "Closing the project";
};
static bool isQtDesignStudio();
static bool isQtDesignStudioStartedFromQtC();