From 84971b508dcb23a9fd944452d23d22b4ce0d8ca9 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 3 Feb 2012 01:46:26 +0000 Subject: [PATCH] Fix QAbstractItemModel documentation Commit 20abd88e711a2dfcbe07925f8902faa45e5110e2 refactored the supportedDragActions methods, this oneliner adds the necessary \fn. Change-Id: I373b039138e1cbfe0f28a0aa9eb3b65245f2132d Reviewed-by: David Faure --- src/corelib/itemmodels/qabstractitemmodel.cpp | 1 + 1 file changed, 1 insertion(+) 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. -- 2.7.4