controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
changeset 37 940f6b67827d
parent 36 48848d132687
child 26 5fd52a2e21b0
equal deleted inserted replaced
36:48848d132687 37:940f6b67827d
    20 
    20 
    21 #include <QtPlugin>
    21 #include <QtPlugin>
    22 
    22 
    23 /*!
    23 /*!
    24     \class CpPluginPlatInterface
    24     \class CpPluginPlatInterface
    25     \brief The class CpPluginPlatInterface is an interface for plugins which can be displayed in control panel application. 
    25     \brief The class is Deprecated! please use CpPluginInterface instead.
    26  */
    26  */
    27 
    27 
    28 class CpSettingFormItemData;
    28 class CpSettingFormItemData;
    29 class CpItemDataHelper;
    29 class CpItemDataHelper;
    30 
    30