From b7550550b04c3e6038f8dd1fb47f36ec7f699ff8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 11 Nov 2017 20:38:16 +0100 Subject: Fixed warnings --- tests/mailsynctest.cpp | 2 -- tests/mailtest.cpp | 2 -- tests/mailthreadtest.cpp | 2 -- tests/testimplementations.cpp | 2 -- 4 files changed, 8 deletions(-) (limited to 'tests') diff --git a/tests/mailsynctest.cpp b/tests/mailsynctest.cpp index ecfb9e4..2d480f7 100644 --- a/tests/mailsynctest.cpp +++ b/tests/mailsynctest.cpp @@ -484,5 +484,3 @@ void MailSyncTest::testFailingSync() // Ensure sync fails if resource is misconfigured QTRY_VERIFY(errorReceived); } - -#include "mailsynctest.moc" diff --git a/tests/mailtest.cpp b/tests/mailtest.cpp index 93d3ce3..1c24268 100644 --- a/tests/mailtest.cpp +++ b/tests/mailtest.cpp @@ -478,5 +478,3 @@ void MailTest::testModifyMailToTrash() } VERIFYEXEC(ResourceControl::inspect(ResourceControl::Inspection::ExistenceInspection(mail, true))); } - -#include "mailtest.moc" diff --git a/tests/mailthreadtest.cpp b/tests/mailthreadtest.cpp index 9ed5d83..eabfc81 100644 --- a/tests/mailthreadtest.cpp +++ b/tests/mailthreadtest.cpp @@ -248,5 +248,3 @@ void MailThreadTest::testRealWorldThread() QCOMPARE(mails.size(), 8); } } - -#include "mailthreadtest.moc" diff --git a/tests/testimplementations.cpp b/tests/testimplementations.cpp index 1040956..7d82963 100644 --- a/tests/testimplementations.cpp +++ b/tests/testimplementations.cpp @@ -19,5 +19,3 @@ */ #include "testimplementations.h" - -#include "testimplementations.moc" -- cgit v1.2.3