forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
48ef713da3
commit
c860fe2e6e
@@ -94,7 +94,6 @@ namespace Internal {
|
||||
|
||||
class QmakeProjectFile : public Core::IDocument
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QmakeProjectFile(const QString &filePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user