controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
changeset 21 851e19007849
parent 18 e3554c9069b6
child 23 7e4c5a2ff1a2
equal deleted inserted replaced
19:30540fccecae 21:851e19007849
    16 */
    16 */
    17 
    17 
    18 #ifndef CPPLUGINPLATINTERFACE_H
    18 #ifndef CPPLUGINPLATINTERFACE_H
    19 #define CPPLUGINPLATINTERFACE_H
    19 #define CPPLUGINPLATINTERFACE_H
    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 CpPluginPlatInterface is an interface for plugins which can be displayed in control panel application. 
    26  */
    26  */