controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
changeset 23 7e4c5a2ff1a2
parent 21 851e19007849
child 26 5fd52a2e21b0
equal deleted inserted replaced
21:851e19007849 23:7e4c5a2ff1a2
    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