From b2ad8f785e801a35cadf254d827f56d648be510c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 22 Dec 2016 18:22:39 +0100 Subject: Introduced Log::Context To have hierarchical debug output we have to pass around something at run-time, there is no reasonable alternative. Log::Context provides the identifier to do just that and largely replaces the debug component idea. --- common/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/test.cpp') diff --git a/common/test.cpp b/common/test.cpp index 71bb972..387fcda 100644 --- a/common/test.cpp +++ b/common/test.cpp @@ -141,7 +141,7 @@ public: // mTestAccount->removeEntity(domainObject); return KAsync::null(); }; - QPair, typename Sink::ResultEmitter::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE + QPair, typename Sink::ResultEmitter::Ptr> load(const Sink::Query &query, const Sink::Log::Context &) Q_DECL_OVERRIDE { auto resultProvider = new Sink::ResultProvider(); resultProvider->onDone([resultProvider]() { -- cgit v1.2.3