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

@@ -44,7 +44,6 @@ namespace Internal {
*/
class AutotoolsProjectFile : public Core::IDocument
{
Q_OBJECT
public:
AutotoolsProjectFile(const QString &fileName);
};

View File

@@ -34,7 +34,6 @@ namespace Internal {
class CMakeFile : public Core::IDocument
{
Q_OBJECT
public:
CMakeFile(const Utils::FileName &fileName);

View File

@@ -107,7 +107,6 @@ private:
class GenericProjectFile : public Core::IDocument
{
Q_OBJECT
public:
GenericProjectFile(GenericProject *parent, QString fileName, GenericProject::RefreshOptions options);

View File

@@ -35,7 +35,6 @@ class QbsProject;
class QbsProjectFile : public Core::IDocument
{
Q_OBJECT
public:
QbsProjectFile(QbsProject *parent, QString fileName);

View File

@@ -238,7 +238,6 @@ private:
namespace Internal {
class QmakePriFile : public Core::IDocument
{
Q_OBJECT
public:
QmakePriFile(QmakePriFileNode *qmakePriFile);

View File

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

View File

@@ -36,7 +36,6 @@ namespace Internal {
class QmlProjectFile : public Core::IDocument
{
Q_OBJECT
public:
QmlProjectFile(QmlProject *parent, const Utils::FileName &fileName);

View File

@@ -165,7 +165,6 @@ private:
class ResourceFileWatcher : public Core::IDocument
{
Q_OBJECT
public:
ResourceFileWatcher(ResourceTopLevelNode *node);

View File

@@ -36,7 +36,6 @@ namespace Internal {
class SubmitEditorFile : public Core::IDocument
{
Q_OBJECT
public:
explicit SubmitEditorFile(const VcsBaseSubmitEditorParameters *parameters,
VcsBaseSubmitEditor *parent = 0);