diff -r ae724a111993 -r 7cc7d74059f9 phonebookui/cnthistorymodel/inc/cnthistorymodel.h --- a/phonebookui/cnthistorymodel/inc/cnthistorymodel.h Thu Sep 02 20:16:15 2010 +0300 +++ b/phonebookui/cnthistorymodel/inc/cnthistorymodel.h Fri Sep 17 08:27:32 2010 +0300 @@ -56,7 +56,6 @@ public: // from QAbstractTableModel/QAbstractItemModel QVariant data(const QModelIndex& index, int role) const; int rowCount(const QModelIndex& parent = QModelIndex()) const; - void sort(int column = 0, Qt::SortOrder order = Qt::AscendingOrder); public: void clearHistory(); @@ -68,6 +67,8 @@ void doEndInsertRows(); void doBeginRemoveRows(const QModelIndex &parent, int first, int last); void doEndRemoveRows(); + void doBeginResetModel(); + void doEndResetModel(); void doDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); private: