diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
commit | 41006b5cab7b0260f8abc42aa2d2e959a013764e (patch) | |
tree | fe8be353228233f45119964cbab4b578b496ac85 /common/resourcefacade.cpp | |
parent | 222cd83d659c3ff12380ecc5afd3cb29283e9ccd (diff) | |
download | sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.tar.gz sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.zip |
interresource move
Diffstat (limited to 'common/resourcefacade.cpp')
-rw-r--r-- | common/resourcefacade.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/resourcefacade.cpp b/common/resourcefacade.cpp index e5b4496..0a05bd9 100644 --- a/common/resourcefacade.cpp +++ b/common/resourcefacade.cpp | |||
@@ -219,6 +219,12 @@ KAsync::Job<void> LocalStorageFacade<DomainType>::modify(const DomainType &domai | |||
219 | } | 219 | } |
220 | 220 | ||
221 | template <typename DomainType> | 221 | template <typename DomainType> |
222 | KAsync::Job<void> LocalStorageFacade<DomainType>::move(const DomainType &, const QByteArray &) | ||
223 | { | ||
224 | return KAsync::error<void>(1, "Resources and Accounts cannot be moved."); | ||
225 | } | ||
226 | |||
227 | template <typename DomainType> | ||
222 | KAsync::Job<void> LocalStorageFacade<DomainType>::remove(const DomainType &domainObject) | 228 | KAsync::Job<void> LocalStorageFacade<DomainType>::remove(const DomainType &domainObject) |
223 | { | 229 | { |
224 | auto configStoreIdentifier = mIdentifier; | 230 | auto configStoreIdentifier = mIdentifier; |