From 95d11bf0be98a4e3c08502fe23417b800233ce14 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 11 Oct 2016 05:16:41 +0200 Subject: Fixed build --- tests/inspectiontest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp index 2879801..b03f277 100644 --- a/tests/inspectiontest.cpp +++ b/tests/inspectiontest.cpp @@ -39,7 +39,7 @@ private slots: using namespace Sink; using namespace Sink::ApplicationDomain; - Mail mail(QByteArray("sink.dummy.instance1"), QByteArray("identifier"), 0, QSharedPointer::create()); + Mail mail(QByteArray("sink.dummy.instance1"), QByteArray("identifier"), 0, QSharedPointer::create()); // testInspection is a magic property that the dummyresource supports auto inspectionCommand = ResourceControl::Inspection::PropertyInspection(mail, "testInspection", success); -- cgit v1.2.3