forked from qt-creator/qt-creator
QmlProfiler: Remove unneeded Q_OBJECT in some test
Which apparently also confused my cmake. Change-Id: I0d3c131616e9aeb1487731900849545f925a0106 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -46,7 +46,6 @@ namespace Internal {
|
|||||||
|
|
||||||
class DummyProject : public ProjectExplorer::Project
|
class DummyProject : public ProjectExplorer::Project
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
public:
|
public:
|
||||||
DummyProject(const Utils::FilePath &file)
|
DummyProject(const Utils::FilePath &file)
|
||||||
: ProjectExplorer::Project(QString(), file)
|
: ProjectExplorer::Project(QString(), file)
|
||||||
@@ -227,5 +226,3 @@ void QmlProfilerDetailsRewriterTest::seedRewriter()
|
|||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
} // namespace QmlProfiler
|
} // namespace QmlProfiler
|
||||||
|
|
||||||
#include "qmlprofilerdetailsrewriter_test.moc"
|
|
||||||
|
Reference in New Issue
Block a user