diff options
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.cpp')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorplugin.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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<QString, QStringList> sortFilesIntoPaths(const QString &base, const QSet<Q return filesInPath; } -bool PythonProjectNode::showInSimpleTree() const -{ - return true; -} - bool PythonProjectNode::supportsAction(ProjectAction action, const Node *node) const { if (node->asFileNode()) { |