contacts_plat/contacts_ui_extensions_api/inc/cntuiextensionfactory.h
changeset 37 fd64c38c277d
parent 27 de1630741fbe
child 61 d30183af6ca6
--- a/contacts_plat/contacts_ui_extensions_api/inc/cntuiextensionfactory.h	Fri May 14 15:42:23 2010 +0300
+++ b/contacts_plat/contacts_ui_extensions_api/inc/cntuiextensionfactory.h	Thu May 27 12:45:19 2010 +0300
@@ -47,6 +47,8 @@
  * A factory which gives access to UI extension interfaces.
  * The plugin can extend the needed extensions and return null for the
  * unsupported extension types.
+ *
+ * Plugins must be exported to /resource/qt/plugins/contacts/extensions
  */
 class CntUiExtensionFactory
 {
@@ -54,12 +56,6 @@
     virtual ~CntUiExtensionFactory() {}
 
     /**
-     * Gives access to an interface for extending UI action buttons.
-     * @return Returns null if not supported. Ownership is not given.
-     */
-    virtual CntContactCardActionSupplier* contactCardActionSupplier() = 0;
-
-    /**
      * Gives access to an interface for extending UI with new groups.
      * @return Returns null if not supported. Ownership is not given.
      */