From 44744e281a56488c7ef257e12ca379ec4ceb2cdd Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Feb 2016 21:34:06 +0100 Subject: Executed database removal in the resource instead of the client. The resource doesn't really notify all clients properly about the removal, but the tests all still pass. --- common/resource.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/resource.cpp') diff --git a/common/resource.cpp b/common/resource.cpp index 6972efe..5cbb2f2 100644 --- a/common/resource.cpp +++ b/common/resource.cpp @@ -63,6 +63,11 @@ void Resource::setLowerBoundRevision(qint64 revision) Q_UNUSED(revision) } +void Resource::removeDataFromDisk() +{ +} + + class ResourceFactory::Private { public: -- cgit v1.2.3