Fix warning
Don't include the moc of a file without Q_OBJECT
This commit is contained in:
parent
12e428bd33
commit
2d1f276c2c
1 changed files with 0 additions and 2 deletions
|
@ -123,5 +123,3 @@ void OnScreenNotificationTest::message()
|
||||||
QCOMPARE(notification.message(), QStringLiteral("bar"));
|
QCOMPARE(notification.message(), QStringLiteral("bar"));
|
||||||
QCOMPARE(messageChangedSpy.count(), 2);
|
QCOMPARE(messageChangedSpy.count(), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "onscreennotificationtest.moc"
|
|
||||||
|
|
Loading…
Reference in a new issue