aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythoneditor.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-11 17:53:22 +0100
committerhjk <hjk@qt.io>2020-02-12 10:09:13 +0000
commit783967f550abec6b3db969b6b7e7f117714b5187 (patch)
tree71492199814f391a53f2d6a3d87ba7e9752ced54 /src/plugins/python/pythoneditor.cpp
parenteed49de35b63fe120bbea0019b0e6cd62b5f3a8c (diff)
Python: Move PyLSConfigureAssistant connection to the plugin
Change-Id: I2d3aecd10d8da7e7272ebca61c0fbeacbc257bd5 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/python/pythoneditor.cpp')
-rw-r--r--src/plugins/python/pythoneditor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/python/pythoneditor.cpp b/src/plugins/python/pythoneditor.cpp
index eea74c17868..cfd86233639 100644
--- a/src/plugins/python/pythoneditor.cpp
+++ b/src/plugins/python/pythoneditor.cpp
@@ -53,9 +53,6 @@ PythonEditorFactory::PythonEditorFactory()
setCommentDefinition(Utils::CommentDefinition::HashStyle);
setParenthesesMatchingEnabled(true);
setCodeFoldingSupported(true);
-
- connect(Core::EditorManager::instance(), &Core::EditorManager::documentOpened,
- this, &PyLSConfigureAssistant::documentOpened);
}
} // namespace Internal