summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qabstractitemmodel.h
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2009-08-28 11:34:31 (GMT)
committermread <qt-info@nokia.com>2009-08-28 11:34:31 (GMT)
commitb165e6a8f86efb8aebdca44c092907d2750533d4 (patch)
tree0b70cfc8602aab9320b0a60a63e8fedf6c67857c /src/corelib/kernel/qabstractitemmodel.h
parent719d5ac4220744d17344ff07ffaa9e86c01ac412 (diff)
parent7449a69e39b3ccd877da3e5ad7a9154ab7751dec (diff)
downloadQt-b165e6a8f86efb8aebdca44c092907d2750533d4.zip
Qt-b165e6a8f86efb8aebdca44c092907d2750533d4.tar.gz
Qt-b165e6a8f86efb8aebdca44c092907d2750533d4.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/corelib/kernel/qabstractitemmodel.h')
-rw-r--r--src/corelib/kernel/qabstractitemmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/kernel/qabstractitemmodel.h b/src/corelib/kernel/qabstractitemmodel.h
index b47e4cb..1ca6cbe 100644
--- a/src/corelib/kernel/qabstractitemmodel.h
+++ b/src/corelib/kernel/qabstractitemmodel.h
@@ -293,6 +293,9 @@ protected:
void reset();
+ void beginResetModel();
+ void endResetModel();
+
void changePersistentIndex(const QModelIndex &from, const QModelIndex &to);
void changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to);
QModelIndexList persistentIndexList() const;