aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor
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/glsleditor
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/glsleditor')
-rw-r--r--src/plugins/glsleditor/glsleditor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glsleditor.h b/src/plugins/glsleditor/glsleditor.h
index 99411bfe8b..95bf9a1a91 100644
--- a/src/plugins/glsleditor/glsleditor.h
+++ b/src/plugins/glsleditor/glsleditor.h
@@ -34,8 +34,6 @@ int languageVariant(const QString &mimeType);
class GlslEditorFactory : public TextEditor::TextEditorFactory
{
- Q_OBJECT
-
public:
GlslEditorFactory();
};