src/hbwidgets/devicedialogs/hbdevicemessagebox_p.h
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 7 923ff622b8b9
--- a/src/hbwidgets/devicedialogs/hbdevicemessagebox_p.h	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbwidgets/devicedialogs/hbdevicemessagebox_p.h	Thu May 27 13:10:59 2010 +0300
@@ -81,7 +81,7 @@
     void setAction(ActionSelector select, QAction *action);
     void sendToServer(bool show = false);
     bool propertiesModified() const;
-    void clearActions();
+    void clearAction(Action &action);
     void setProperty(PropertySelector propertySelector, int value);
     void setProperty(PropertySelector propertySelector, const QString &value);
 
@@ -93,6 +93,7 @@
 
 public slots:
     void triggerAction(QVariantMap data);
+    void actionChanged();
 
 public: // data
     HbDeviceMessageBox *q_ptr;