summaryrefslogtreecommitdiffstats
path: root/common/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/test.cpp')
-rw-r--r--common/test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/test.cpp b/common/test.cpp
index 74c499c..0c7ba10 100644
--- a/common/test.cpp
+++ b/common/test.cpp
@@ -130,6 +130,11 @@ public:
130 // mTestAccount->moveEntity<T>(domainObject, newResource); 130 // mTestAccount->moveEntity<T>(domainObject, newResource);
131 return KAsync::null<void>(); 131 return KAsync::null<void>();
132 }; 132 };
133 KAsync::Job<void> copy(const T &domainObject, const QByteArray &newResource) Q_DECL_OVERRIDE
134 {
135 // mTestAccount->copyEntity<T>(domainObject, newResource);
136 return KAsync::null<void>();
137 };
133 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE 138 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE
134 { 139 {
135 //FIXME 140 //FIXME