phoneapp/phoneuiqtviewadapter/inc/phonenotecontroller.h
changeset 76 cfea66083b62
parent 65 2a5d4ab426d3
child 78 baacf668fe89
--- a/phoneapp/phoneuiqtviewadapter/inc/phonenotecontroller.h	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/inc/phonenotecontroller.h	Mon Oct 04 16:06:10 2010 +0300
@@ -142,8 +142,13 @@
     */
     void showDefaultQuery(TPhoneCmdParamQuery* params);
     
-    
-    void replaceDialogActions(HbDialog *dialog, QList<HbAction *> &actions);
+    /*!
+        \fn void replaceDialogActions()
+        
+        This method replaces dialog actions.
+    */    
+    void replaceDialogActions(HbDialog *dialog, 
+            QList<HbAction *> &actions, bool deleteOldActions = true);
     
 private:
     PhoneGlobalNotes *m_globalNotes;