phonebookui/cnthistorymodel/inc/cnthistorymodel.h
changeset 66 554fe4dbbb59
parent 47 7cbcb2896f0e
--- a/phonebookui/cnthistorymodel/inc/cnthistorymodel.h	Mon Aug 23 16:06:28 2010 +0300
+++ b/phonebookui/cnthistorymodel/inc/cnthistorymodel.h	Fri Sep 03 14:32:33 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: