Fix QAbstractItemModel documentation
authorGiuseppe D'Angelo <dangelog@gmail.com>
Fri, 3 Feb 2012 01:46:26 +0000 (01:46 +0000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 3 Feb 2012 12:14:38 +0000 (13:14 +0100)
Commit 20abd88e711a2dfcbe07925f8902faa45e5110e2 refactored the
supportedDragActions methods, this oneliner adds the necessary \fn.

Change-Id: I373b039138e1cbfe0f28a0aa9eb3b65245f2132d
Reviewed-by: David Faure <david.faure@kdab.com>
src/corelib/itemmodels/qabstractitemmodel.cpp

index 50c80c2..1d6610a 100644 (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.