From e3a7aa1ad24c78ea220112d207f452425e316a4d Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 28 Feb 2019 17:32:00 +0100 Subject: ProjectExplorer: Flip default for ProjectNode::showInSimpleTree Change-Id: Ibd4f91ad55b2be93d20dfc4f583de95274e981ca Reviewed-by: Christian Kandeler --- src/plugins/pythoneditor/pythoneditorplugin.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp') diff --git a/src/plugins/pythoneditor/pythoneditorplugin.cpp b/src/plugins/pythoneditor/pythoneditorplugin.cpp index 4acb367622..9de4989a93 100644 --- a/src/plugins/pythoneditor/pythoneditorplugin.cpp +++ b/src/plugins/pythoneditor/pythoneditorplugin.cpp @@ -115,7 +115,6 @@ class PythonProjectNode : public ProjectNode public: PythonProjectNode(PythonProject *project); - bool showInSimpleTree() const override; bool supportsAction(ProjectAction action, const Node *node) const override; bool addFiles(const QStringList &filePaths, QStringList *) override; bool removeFiles(const QStringList &filePaths, QStringList *) override; @@ -611,11 +610,6 @@ QHash sortFilesIntoPaths(const QString &base, const QSetasFileNode()) { -- cgit v1.2.1