diff options
author | hjk <hjk121@nokiamail.com> | 2014-07-30 16:01:34 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-07-31 10:54:49 +0200 |
commit | f6b48950ed275d8c540e4950f3c2f145de03ae16 (patch) | |
tree | 9bcbe565ae8da7e0d7da657efab51f4c62752bca /src/plugins/pythoneditor/pythoneditorwidget.h | |
parent | f3a83367d6aced8220e44097840f1e43b2ebd3d2 (diff) | |
download | qt-creator-f6b48950ed275d8c540e4950f3c2f145de03ae16.tar.gz |
TextEditor: Re-work comment definition handling
No need for most of the machinery.
Change-Id: I9078174582d83da94c6c7f20282fd3a5f1742911
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditorwidget.h')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditorwidget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/pythoneditor/pythoneditorwidget.h b/src/plugins/pythoneditor/pythoneditorwidget.h index f9422d23a5..d8d63bb372 100644 --- a/src/plugins/pythoneditor/pythoneditorwidget.h +++ b/src/plugins/pythoneditor/pythoneditorwidget.h @@ -43,9 +43,6 @@ class EditorWidget : public TextEditor::BaseTextEditorWidget public: EditorWidget(QWidget *parent = 0); EditorWidget(EditorWidget *other); - virtual ~EditorWidget(); - - virtual void unCommentSelection(); protected: TextEditor::BaseTextEditor *createEditor(); @@ -53,7 +50,6 @@ protected: private: EditorWidget(TextEditor::BaseTextEditorWidget *); // avoid stupidity void ctor(); - Utils::CommentDefinition m_commentDefinition; }; } // namespace Internal |