emailuis/nmsettingui/inc/nmsettingsformcustomitems.h
changeset 20 ecc8def7944a
parent 18 578830873419
child 68 83cc6bae1de8
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    45 
    45 
    46     bool canSetModelIndex(const QModelIndex &index) const;
    46     bool canSetModelIndex(const QModelIndex &index) const;
    47 
    47 
    48     virtual HbAbstractViewItem* createItem();
    48     virtual HbAbstractViewItem* createItem();
    49 
    49 
       
    50 public slots:
       
    51 
       
    52     void restore();
    50 
    53 
    51 protected:
    54 protected:
    52 
    55 
    53     virtual HbWidget* createCustomWidget();
    56     virtual HbWidget* createCustomWidget();
    54 };
    57 };