diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-11 20:38:16 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-11 20:38:16 +0100 |
commit | b7550550b04c3e6038f8dd1fb47f36ec7f699ff8 (patch) | |
tree | 78a5e1459379c26effc633141e6a260227fea15d | |
parent | 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c (diff) | |
download | sink-b7550550b04c3e6038f8dd1fb47f36ec7f699ff8.tar.gz sink-b7550550b04c3e6038f8dd1fb47f36ec7f699ff8.zip |
Fixed warnings
-rw-r--r-- | tests/mailsynctest.cpp | 2 | ||||
-rw-r--r-- | tests/mailtest.cpp | 2 | ||||
-rw-r--r-- | tests/mailthreadtest.cpp | 2 | ||||
-rw-r--r-- | tests/testimplementations.cpp | 2 |
4 files changed, 0 insertions, 8 deletions
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() | |||
484 | // Ensure sync fails if resource is misconfigured | 484 | // Ensure sync fails if resource is misconfigured |
485 | QTRY_VERIFY(errorReceived); | 485 | QTRY_VERIFY(errorReceived); |
486 | } | 486 | } |
487 | |||
488 | #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() | |||
478 | } | 478 | } |
479 | VERIFYEXEC(ResourceControl::inspect<ApplicationDomain::Mail>(ResourceControl::Inspection::ExistenceInspection(mail, true))); | 479 | VERIFYEXEC(ResourceControl::inspect<ApplicationDomain::Mail>(ResourceControl::Inspection::ExistenceInspection(mail, true))); |
480 | } | 480 | } |
481 | |||
482 | #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() | |||
248 | QCOMPARE(mails.size(), 8); | 248 | QCOMPARE(mails.size(), 8); |
249 | } | 249 | } |
250 | } | 250 | } |
251 | |||
252 | #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 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include "testimplementations.h" | 21 | #include "testimplementations.h" |
22 | |||
23 | #include "testimplementations.moc" | ||