controlpanelui/src/inc/cpcategorysettingformitemdata.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 extension to CpSettingFormItemData, can be filled with model items comes from controlpanel plugins.
    15 *
    15 *
    16 */
    16 */
    17 #ifndef CPCATEGORYSETTINGFORMITEMDATA_H
    17 #ifndef CPCATEGORYSETTINGFORMITEMDATA_H
    18 #define CPCATEGORYSETTINGFORMITEMDATA_H
    18 #define CPCATEGORYSETTINGFORMITEMDATA_H
    19 
    19 
    42 private:
    42 private:
    43 	CpCategorySettingFormItemDataPrivate *d;
    43 	CpCategorySettingFormItemDataPrivate *d;
    44 };
    44 };
    45 
    45 
    46 #endif
    46 #endif
       
    47 
       
    48 //End of File