summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurak Hancerli <burak.hancerli@qt.io>2023-05-15 14:49:06 +0200
committerBurak Hancerli <burak.hancerli@qt.io>2023-05-16 06:16:46 +0000
commit910b467af6ebe4a69a9e8682da2890780727783d (patch)
tree7285272562bd9026a5315752e57e020e3b7427a3
parent590f0685da417b0a51c1ddb0947a720323fd0056 (diff)
downloadqt-creator-910b467af6ebe4a69a9e8682da2890780727783d.tar.gz
QmlProject: Remove unnecessary destructor
Change-Id: I7e5d58a46074cff3ac9e41322a0e93200fea17e0 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index 4156801ecf..3a6d5badf7 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -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();