src/hbcore/inputfw/hbinputeditorinterface_p.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputeditorinterface_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/inputfw/hbinputeditorinterface_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -103,13 +103,14 @@
     ~HbEditorInterfacePrivateCache();
 
 public:
-    HbEditorInterfacePrivate* attachEditor(QObject* editor, HbEditorInterface* interface);
-    bool isConnected(QObject* object);
+    HbEditorInterfacePrivate *attachEditor(QObject *editor, HbEditorInterface *interface);
+    bool isConnected(QObject *object);
     void notifyValueChanged(QObject *editor);
 
 public slots:
-    void destroyed(QObject* object);
-    void interfaceDestroyed(QObject* object);
+    void destroyed(QObject *object);
+    void interfaceDestroyed(QObject *object);
+    void actionDestroyed(QObject *object);
 
 private:
     QVector<HbEditorInterfacePrivate*> mObjectCache;