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>
This commit is contained in:
Orgad Shaneh
2016-03-16 22:04:59 +02:00
committed by Orgad Shaneh
parent 48ef713da3
commit c860fe2e6e
9 changed files with 0 additions and 9 deletions

View File

@@ -94,7 +94,6 @@ namespace Internal {
class QmakeProjectFile : public Core::IDocument
{
Q_OBJECT
public:
QmakeProjectFile(const QString &filePath);