controlpanelui/src/inc/cpcategorysettingformmodel.h
changeset 40 593f946f4fec
parent 10 0a74be98a8bc
equal deleted inserted replaced
22:a5692c68d772 40:593f946f4fec
     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 HbDataFormModel, can be filled with model items comes from controlpanel plugins.
    15 *
    15 *
    16 */
    16 */
    17 #ifndef CPCATEGORYSETTINGFORMMODEL_H
    17 #ifndef CPCATEGORYSETTINGFORMMODEL_H
    18 #define CPCATEGORYSETTINGFORMMODEL_H
    18 #define CPCATEGORYSETTINGFORMMODEL_H
    19 
    19 
    35     virtual void afterLoadingConfigPlugins(CpItemDataHelper &itemDataHelper);
    35     virtual void afterLoadingConfigPlugins(CpItemDataHelper &itemDataHelper);
    36 private:
    36 private:
    37 	CpCategorySettingFormModelPrivate *d;
    37 	CpCategorySettingFormModelPrivate *d;
    38 };
    38 };
    39 
    39 
       
    40 #endif
    40 
    41 
    41 #endif
    42 //End of File
       
    43