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 1a0d9bc..74c499c 100644
--- a/common/test.cpp
+++ b/common/test.cpp
@@ -125,6 +125,11 @@ public:
125 // mTestAccount->modifyEntity<T>(domainObject); 125 // mTestAccount->modifyEntity<T>(domainObject);
126 return KAsync::null<void>(); 126 return KAsync::null<void>();
127 }; 127 };
128 KAsync::Job<void> move(const T &domainObject, const QByteArray &newResource) Q_DECL_OVERRIDE
129 {
130 // mTestAccount->moveEntity<T>(domainObject, newResource);
131 return KAsync::null<void>();
132 };
128 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE 133 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE
129 { 134 {
130 //FIXME 135 //FIXME