controlpanel/controlpanel_plat/inc/cpitemdatahelper.h
changeset 21 851e19007849
parent 18 e3554c9069b6
child 56 d9e9413f30c9
equal deleted inserted replaced
19:30540fccecae 21:851e19007849
    56     void disconnectFromForm(const char *signal,
    56     void disconnectFromForm(const char *signal,
    57         QObject *receiver,
    57         QObject *receiver,
    58         const char *method);
    58         const char *method);
    59 
    59 
    60     HbWidget *widgetFromModelIndex(const QModelIndex &index);
    60     HbWidget *widgetFromModelIndex(const QModelIndex &index);
       
    61     
       
    62     HbDataFormModelItem *modelItemFromModelIndex(const QModelIndex &index);
    61    
    63    
    62 private:
    64 private:
    63     CpItemDataHelperPrivate *d;
    65     CpItemDataHelperPrivate *d;
    64 };
    66 };
    65 
    67