From: Giuseppe D'Angelo Date: Fri, 3 Feb 2012 01:46:26 +0000 (+0000) Subject: Fix QAbstractItemModel documentation X-Git-Tag: qt-v5.0.0-alpha1~1347 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84971b508dcb23a9fd944452d23d22b4ce0d8ca9;p=profile%2Fivi%2Fqtbase.git Fix QAbstractItemModel documentation Commit 20abd88e711a2dfcbe07925f8902faa45e5110e2 refactored the supportedDragActions methods, this oneliner adds the necessary \fn. Change-Id: I373b039138e1cbfe0f28a0aa9eb3b65245f2132d Reviewed-by: David Faure --- diff --git a/src/corelib/itemmodels/qabstractitemmodel.cpp b/src/corelib/itemmodels/qabstractitemmodel.cpp index 50c80c2..1d6610a 100644 --- a/src/corelib/itemmodels/qabstractitemmodel.cpp +++ b/src/corelib/itemmodels/qabstractitemmodel.cpp @@ -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.