diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 05:55:39 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 05:55:39 (GMT) |
commit | e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4 (patch) | |
tree | 108c61f23858acf7a79b61bfa45752c0d0f0ebb5 /src/qt3support/itemviews | |
parent | 26a9bcd7aa2be43329d2c89301612de20ec7a838 (diff) | |
download | Qt-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.zip Qt-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.tar.gz Qt-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.tar.bz2 |
Update references to online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src/qt3support/itemviews')
-rw-r--r-- | src/qt3support/itemviews/q3iconview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/itemviews/q3iconview.cpp b/src/qt3support/itemviews/q3iconview.cpp index f0cfe0b..8ad05fd 100644 --- a/src/qt3support/itemviews/q3iconview.cpp +++ b/src/qt3support/itemviews/q3iconview.cpp @@ -535,7 +535,7 @@ bool Q3IconDragData::operator==(const Q3IconDragData &i) const The data in Q3IconDragItems is stored in a QByteArray and is mime-typed (see QMimeSource and the - \link http://doc.trolltech.com/dnd.html Drag and Drop\endlink + \link http://qt.nokia.com/doc/dnd.html Drag and Drop\endlink overview). If you want to use your own mime-types derive a class from Q3IconDrag and reimplement format(), encodedData() and canDecode(). |