forked from qt-creator/qt-creator
Analyzer: Remove unneeded Q_OBJECT
Change-Id: Ifeb842ece3f357a26e92edcb5f3c857ca9da5b42 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -93,8 +93,6 @@ const char INITIAL_DOCK_AREA[] = "initial_dock_area";
|
||||
|
||||
class AnalyzerMode : public IMode
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AnalyzerMode(QObject *parent = 0)
|
||||
: IMode(parent)
|
||||
@@ -123,8 +121,6 @@ public:
|
||||
|
||||
class AnalyzerManagerPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
typedef QHash<QString, QVariant> FancyMainWindowSettings;
|
||||
|
||||
@@ -716,5 +712,3 @@ AnalyzerRunControl *AnalyzerManager::createRunControl(
|
||||
}
|
||||
|
||||
} // namespace Analyzer
|
||||
|
||||
#include "analyzermanager.moc"
|
||||
|
Reference in New Issue
Block a user