Fix warning

Don't include the moc of a file without Q_OBJECT
master
Aleix Pol 2020-09-02 13:12:37 +02:00
parent 12e428bd33
commit 2d1f276c2c
1 changed files with 0 additions and 2 deletions

View File

@ -123,5 +123,3 @@ void OnScreenNotificationTest::message()
QCOMPARE(notification.message(), QStringLiteral("bar"));
QCOMPARE(messageChangedSpy.count(), 2);
}
#include "onscreennotificationtest.moc"