Fix QAbstractItemModel documentation

Commit 20abd88e71 refactored the
supportedDragActions methods, this oneliner adds the necessary \fn.

Change-Id: I373b039138e1cbfe0f28a0aa9eb3b65245f2132d
Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
Giuseppe D'Angelo 2012-02-03 01:46:26 +00:00 committed by Qt by Nokia
parent 38cba9a37f
commit 84971b508d

View File

@ -1871,6 +1871,7 @@ void QAbstractItemModel::doSetSupportedDragActions(Qt::DropActions actions)
/*!
\since 4.2
\obsolete
\fn void QAbstractItemModel::setSupportedDragActions(Qt::DropActions actions)
Sets the supported drag \a actions for the items in the model.