contentstorage/caclient/inc/caservice_p.h
changeset 116 305818acdca4
parent 99 7aaf39b772ac
child 127 7b66bc3c6dc9
--- a/contentstorage/caclient/inc/caservice_p.h	Wed Aug 18 10:39:24 2010 +0300
+++ b/contentstorage/caclient/inc/caservice_p.h	Mon Sep 13 13:26:33 2010 +0300
@@ -58,7 +58,8 @@
 
     bool prependEntriesToGroup(int groupId, const QList<int> &entryIdList);
 
-    int executeCommand(const CaEntry &entry, const QString &command);
+    int executeCommand(const CaEntry &entry, const QString &command, 
+            QObject* receiver = NULL, const char* member = NULL);
 
     CaNotifier *createNotifier(const CaNotifierFilter &filter);