From 41f8f9bc05c059cafa780ac8aec27a56cba2c278 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 12 May 2017 08:20:43 +0200 Subject: No more SINK_DEBUG_AREA --- examples/imapresource/imapresource.cpp | 2 -- examples/imapresource/imapserverproxy.cpp | 2 -- examples/imapresource/tests/imapmailsyncbenchmark.cpp | 2 -- examples/imapresource/tests/imapserverproxytest.cpp | 2 -- 4 files changed, 8 deletions(-) (limited to 'examples/imapresource') diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 90383e0..94ca27a 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp @@ -46,8 +46,6 @@ #define ENTITY_TYPE_MAIL "mail" #define ENTITY_TYPE_FOLDER "folder" -SINK_DEBUG_AREA("imapresource") - Q_DECLARE_METATYPE(QSharedPointer) using namespace Imap; diff --git a/examples/imapresource/imapserverproxy.cpp b/examples/imapresource/imapserverproxy.cpp index 7fa0b5a..a52c5eb 100644 --- a/examples/imapresource/imapserverproxy.cpp +++ b/examples/imapresource/imapserverproxy.cpp @@ -37,8 +37,6 @@ #include "log.h" #include "test.h" -SINK_DEBUG_AREA("imapserverproxy") - using namespace Imap; const char* Imap::Flags::Seen = "\\Seen"; diff --git a/examples/imapresource/tests/imapmailsyncbenchmark.cpp b/examples/imapresource/tests/imapmailsyncbenchmark.cpp index a53c148..814e325 100644 --- a/examples/imapresource/tests/imapmailsyncbenchmark.cpp +++ b/examples/imapresource/tests/imapmailsyncbenchmark.cpp @@ -31,8 +31,6 @@ using namespace Sink; using namespace Sink::ApplicationDomain; -SINK_DEBUG_AREA("ImapMailSyncBenchmark") - /** * Test of complete system using the imap resource. * diff --git a/examples/imapresource/tests/imapserverproxytest.cpp b/examples/imapresource/tests/imapserverproxytest.cpp index 476066d..271b3d9 100644 --- a/examples/imapresource/tests/imapserverproxytest.cpp +++ b/examples/imapresource/tests/imapserverproxytest.cpp @@ -12,8 +12,6 @@ using namespace Imap; -// SINK_DEBUG_AREA("imapserverproxytest") - /** */ class ImapServerProxyTest : public QObject -- cgit v1.2.3