summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-12-12 11:57:35 +0100
committerWolf-Michael Bolle <wolf-michael.bolle@nokia.com>2011-12-12 11:57:35 +0100
commitf44d9704b4c5f7d3a5704691cbffe57a9be687a2 (patch)
treecee420235982cd4c08dfe50963912b2a6ba141f4
parentad49a7f120d56f13d6488c03cc6ba7fa79068f62 (diff)
Documentation
-rw-r--r--src/mimetypes/qmimetype.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mimetypes/qmimetype.cpp b/src/mimetypes/qmimetype.cpp
index cd0631b..21ce08d 100644
--- a/src/mimetypes/qmimetype.cpp
+++ b/src/mimetypes/qmimetype.cpp
@@ -195,9 +195,10 @@ QMimeType::QMimeType(const QMimeTypePrivate &dd) :
\brief Swaps the properties of a MIME type with the properties of another MIME type.
\a other The other value MIME type the data of which is to be swapped with.
- The swap() method helps with the implementatoin of assignment
+ The swap() method helps with the implementation of assignment
operators in an exception-safe way. For more information consult
- http://en.wikibooks.org/wiki/More_C++_Idioms/Copy-and-swap.
+ \l {http://en.wikibooks.org/wiki/More_C++_Idioms/Copy-and-swap}
+ {More C++ Idioms - Copy-and-swap}.
*/
/*!