From a4ce2b2eda8a2fea4263017e6868c327f22f5e47 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 28 Apr 2017 12:19:52 +0200 Subject: Removed the template argument from the write property mapper --- tests/domainadaptortest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp index a17152e..c5f6e3b 100644 --- a/tests/domainadaptortest.cpp +++ b/tests/domainadaptortest.cpp @@ -19,7 +19,7 @@ class TestFactory : public DomainTypeAdaptorFactory>::create(); + mResourceWriteMapper = QSharedPointer::create(); Sink::ApplicationDomain::TypeImplementation::configure(*mResourceWriteMapper); } }; @@ -29,7 +29,7 @@ class TestMailFactory : public DomainTypeAdaptorFactory>::create(); + mResourceWriteMapper = QSharedPointer::create(); Sink::ApplicationDomain::TypeImplementation::configure(*mResourceWriteMapper); } }; @@ -51,7 +51,7 @@ private slots: void testCreateBufferPart() { - auto writeMapper = QSharedPointer>::create(); + auto writeMapper = QSharedPointer::create(); Sink::ApplicationDomain::TypeImplementation::configure(*writeMapper); Sink::ApplicationDomain::Event event; @@ -104,7 +104,7 @@ private slots: void testMail() { - auto writeMapper = QSharedPointer>::create(); + auto writeMapper = QSharedPointer::create(); Sink::ApplicationDomain::TypeImplementation::configure(*writeMapper); Sink::ApplicationDomain::Mail mail; -- cgit v1.2.3