aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/plaintexteditorfactory.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-11 17:51:59 +0100
committerhjk <hjk@qt.io>2020-02-13 12:38:35 +0000
commitafd8bc2c9e81ff437e47726f2be49692ef38bf29 (patch)
tree2ef6a8e8cc8a2973f501bad34c3a2b51f0d096f8 /src/plugins/texteditor/plaintexteditorfactory.h
parentff7047edb0001eb1536cd54a0c3a9f1d4153a794 (diff)
De-Q_OBJECT-ify various IEditorFactory derived classes
Change-Id: I1470b06d4e10073bb6e4f7ae735f9829fab3bb7b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/texteditor/plaintexteditorfactory.h')
-rw-r--r--src/plugins/texteditor/plaintexteditorfactory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/texteditor/plaintexteditorfactory.h b/src/plugins/texteditor/plaintexteditorfactory.h
index 38b0194895c..40f637b8569 100644
--- a/src/plugins/texteditor/plaintexteditorfactory.h
+++ b/src/plugins/texteditor/plaintexteditorfactory.h
@@ -31,8 +31,6 @@ namespace TextEditor {
class TEXTEDITOR_EXPORT PlainTextEditorFactory : public TextEditor::TextEditorFactory
{
- Q_OBJECT
-
public:
PlainTextEditorFactory();
static PlainTextEditorFactory *instance();