controlpanelui/src/cpcategorymodel/src/cppluginconfig.h
changeset 33 0cfa53de576f
parent 10 0a74be98a8bc
equal deleted inserted replaced
29:313976a11e23 33:0cfa53de576f
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  
    14 * Description:  An entry for a controlpanel plugin defined in cpcfg file.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef CPPLUGINCONFIG_H
    18 #ifndef CPPLUGINCONFIG_H
    19 #define CPPLUGINCONFIG_H
    19 #define CPPLUGINCONFIG_H
    24 {
    24 {
    25 public:
    25 public:
    26     CpPluginConfig();
    26     CpPluginConfig();
    27     void dump();
    27     void dump();
    28 public:
    28 public:
    29     int mUid;
    29     int mUid; //UID3 for the plugin 
    30     QString mDisplayName;
    30     QString mDisplayName;
    31     QString mPluginFile;
    31     QString mPluginFile; 
    32     QString mDescription;
    32     QString mDescription;
    33 };
    33 };
    34 
    34 
    35 #endif /* CPPLUGINCONFIG_H */
    35 #endif /* CPPLUGINCONFIG_H */