contentstorage/caclient/stub/inc/caclientnotifierproxy.h
changeset 87 9d806967057c
parent 85 7feec50967db
child 93 82b66994846c
--- a/contentstorage/caclient/stub/inc/caclientnotifierproxy.h	Tue Mar 23 23:28:12 2010 +0200
+++ b/contentstorage/caclient/stub/inc/caclientnotifierproxy.h	Tue Mar 23 23:42:03 2010 +0200
@@ -41,7 +41,7 @@
      * @param changeType change type.
      */
     virtual void entryChanged(int entryId,
-        ChangeType changeType) const = 0;
+                              ChangeType changeType) const = 0;
 
     /**
      * Method invoked when entry is changed.
@@ -49,7 +49,7 @@
      * @param changeType change type.
      */
     virtual void entryChanged(const CaEntry &entry,
-        ChangeType changeType) const = 0;
+                              ChangeType changeType) const = 0;
 
     /**
      * Method invoked when entry was changed.
@@ -67,7 +67,7 @@
 
 class CACLIENT_EXPORT CaClientNotifierProxy: public QObject
 {
-Q_OBJECT
+    Q_OBJECT
 
 public:
 
@@ -95,7 +95,7 @@
      * @param changeType change type.
      */
     virtual void entryChanged(const CaEntry &entry,
-        ChangeType changeType) const;
+                              ChangeType changeType) const;
 
     /**
      * Method invoked when entry was changed.
@@ -135,7 +135,7 @@
 
     void signalEntryChanged(int entryId, ChangeType changeType) const;
     void signalEntryChanged(const CaEntry &entry,
-        ChangeType changeType) const;
+                            ChangeType changeType) const;
     void signalEntryTouched(int id) const;
     void signalGroupContentChanged(int groupId) const;