phonebookui/pbkcommonui/inc/cnthistoryview.h
changeset 50 77bc263e1626
parent 47 7cbcb2896f0e
child 53 e6aff7b69165
equal deleted inserted replaced
49:74b30151afd6 50:77bc263e1626
    49     int viewId() const { return historyView; }
    49     int viewId() const { return historyView; }
    50 
    50 
    51 public slots:
    51 public slots:
    52     void updateScrollingPosition();
    52     void updateScrollingPosition();
    53     void clearHistory();
    53     void clearHistory();
    54     void handleClearHistory(HbAction *action);
    54     void handleClearHistory(int action);
    55     void itemActivated(const QModelIndex &index);
    55     void itemActivated(const QModelIndex &index);
    56     void showPreviousView();
    56     void showPreviousView();
    57     void showClearHistoryMenu();
    57     void showClearHistoryMenu();
    58     
    58     
    59     
    59