From 0b967e06a1a50c1f540b941d381680cdf3ac4706 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 21 Nov 2015 02:29:35 +0100 Subject: Fixed build --- tests/pipelinetest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pipelinetest.cpp') diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index 47090a8..2ede69d 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp @@ -19,6 +19,7 @@ #include "pipeline.h" #include "log.h" #include "domainadaptor.h" +#include "definitions.h" static void removeFromDisk(const QString &name) { -- cgit v1.2.3 From 088d8a40c195ce6dcb91556a17f69d26e5586a3e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 28 Nov 2015 12:48:43 +0100 Subject: Removed most uses of SyncListResult and brought back the dummyresourcetest --- tests/pipelinetest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/pipelinetest.cpp') diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index 2ede69d..f0fd1a4 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp @@ -12,7 +12,6 @@ #include "deleteentity_generated.h" #include "dummyresource/resourcefactory.h" #include "clientapi.h" -#include "synclistresult.h" #include "commands.h" #include "entitybuffer.h" #include "resourceconfig.h" -- cgit v1.2.3