diff -r 156f692b1687 -r b99b84bcd2d1 homescreensrv_plat/hswidgetmodel_api/hsiwidgetprovider.h --- a/homescreensrv_plat/hswidgetmodel_api/hsiwidgetprovider.h Fri Jun 11 13:58:37 2010 +0300 +++ b/homescreensrv_plat/hswidgetmodel_api/hsiwidgetprovider.h Wed Jun 23 18:33:40 2010 +0300 @@ -25,15 +25,15 @@ #include #include -/*! + +/*DEPRECATED \class HsWidgetToken - \ingroup group_hswidgetmodel group_widget_api_candidates + \ingroup group_hswidgetmodel_api \brief Represents a home screen widget that can be created. Home screen widgets are located in widget providers. Each provider exposes its contained widgets as widget tokens. A token has all the needed information for widget selection and creation. - */ class HsWidgetToken { @@ -82,7 +82,7 @@ class HsWidget; -/*! +/*DEPRECATED \class IHsWidgetProvider \ingroup group_hswidgetmodel group_widget_api_candidates \brief Defines a mechanism for retrieving a home screen widget. @@ -114,10 +114,7 @@ }; - - Q_DECLARE_METATYPE(HsWidgetToken) Q_DECLARE_INTERFACE(IHsWidgetProvider, "com.nokia.homescreen.iwidgetprovider/1.0") - #endif