controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
changeset 36 48848d132687
parent 31 2c9d3aa5bea2
child 23 7e4c5a2ff1a2
equal deleted inserted replaced
35:159cfcd3c1c5 36:48848d132687
    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  */