summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor/pythoneditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorplugin.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditorplugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorplugin.h b/src/plugins/pythoneditor/pythoneditorplugin.h
index f6c730cb69..529d30202c 100644
--- a/src/plugins/pythoneditor/pythoneditorplugin.h
+++ b/src/plugins/pythoneditor/pythoneditorplugin.h
@@ -57,7 +57,6 @@ public:
virtual bool initialize(const QStringList &arguments, QString *errorMessage);
virtual void extensionsInitialized();
static PythonEditorPlugin *instance() { return m_instance; }
- static void initializeEditor(EditorWidget *widget);
static QSet<QString> keywords();
static QSet<QString> magics();
@@ -66,7 +65,7 @@ public:
private:
static PythonEditorPlugin *m_instance;
EditorFactory *m_factory;
- QScopedPointer<TextEditor::TextEditorActionHandler> m_actionHandler;
+ TextEditor::TextEditorActionHandler *m_actionHandler;
QSet<QString> m_keywords;
QSet<QString> m_magics;
QSet<QString> m_builtins;