aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-03-16 22:04:59 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-03-24 10:53:09 +0000
commitc860fe2e6e95227e04261bb83da6b99a9ae84822 (patch)
tree927c82376c8aac7afe19f8d548e45a52dc16e727 /src/plugins/resourceeditor/resourcenode.h
parent48ef713da38e09c86ef807cf26dcc78c8b461360 (diff)
Remove unnecessary Q_OBJECT from IDocument subclasses
They don't have signals, properties or translatable strings. Change-Id: Id27df47d1fb8d0530fdf0f5f0d33a2e7b70360af Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index 7d1fce7ebf..b6bed770bf 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -165,7 +165,6 @@ private:
class ResourceFileWatcher : public Core::IDocument
{
- Q_OBJECT
public:
ResourceFileWatcher(ResourceTopLevelNode *node);