diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-08 16:37:15 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-08 16:37:15 (GMT) |
commit | e8cbed0e9cb3f074405bdc67772d449e312a3b78 (patch) | |
tree | fda6403b2ff35c10e12098aa566fa4afeae7ad56 /src/gui/itemviews | |
parent | 436d41eabc5c4953f578c9ca1cbfb065d6fe8612 (diff) | |
download | Qt-e8cbed0e9cb3f074405bdc67772d449e312a3b78.zip Qt-e8cbed0e9cb3f074405bdc67772d449e312a3b78.tar.gz Qt-e8cbed0e9cb3f074405bdc67772d449e312a3b78.tar.bz2 |
Doc: Fixed documentation style and qdoc warnings.
Task-number: QTBUG-12071
Diffstat (limited to 'src/gui/itemviews')
-rw-r--r-- | src/gui/itemviews/qabstractitemview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qabstractitemview.cpp b/src/gui/itemviews/qabstractitemview.cpp index 4ffd284..95e92c9 100644 --- a/src/gui/itemviews/qabstractitemview.cpp +++ b/src/gui/itemviews/qabstractitemview.cpp @@ -1363,7 +1363,7 @@ bool QAbstractItemView::dragEnabled() const Note that the model used needs to provide support for drag and drop operations. - \sa setDragDropMode() {Using drag & drop with item views} + \sa setDragDropMode() {Using drag and drop with item views} */ /*! |