summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qabstractitemmodel.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-08-04 00:59:02 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-08-04 00:59:02 (GMT)
commitacc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e (patch)
tree121c530093e7dd1a22ade283215390a446c93eda /src/corelib/kernel/qabstractitemmodel.cpp
parent2076f150995e541308b1d8da936b3e12ab68b886 (diff)
downloadQt-acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e.zip
Qt-acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e.tar.gz
Qt-acc9bc4d9dd3b7a1fef10fe88bfa753e515cdd3e.tar.bz2
Doc fixes
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib/kernel/qabstractitemmodel.cpp')
-rw-r--r--src/corelib/kernel/qabstractitemmodel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qabstractitemmodel.cpp b/src/corelib/kernel/qabstractitemmodel.cpp
index bc95c60..5d5d4cc 100644
--- a/src/corelib/kernel/qabstractitemmodel.cpp
+++ b/src/corelib/kernel/qabstractitemmodel.cpp
@@ -1884,6 +1884,8 @@ QSize QAbstractItemModel::span(const QModelIndex &) const
}
/*!
+ \since 4.6
+
Sets the model's role names to \a roleNames.
This function is provided to allow mapping of role identifiers to
@@ -1900,6 +1902,8 @@ void QAbstractItemModel::setRoleNames(const QHash<int,QByteArray> &roleNames)
}
/*!
+ \since 4.6
+
Returns the model's role names.
\sa setRoleNames()