forked from qt-creator/qt-creator
QmlProject: Remove unnecessary destructor
Change-Id: I7e5d58a46074cff3ac9e41322a0e93200fea17e0 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user