diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-30 15:29:01 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-30 15:29:54 (GMT) |
commit | 278a6fbb0eb953d02cef2567df130cbf5ea960bc (patch) | |
tree | 1a7b7f5c9689f5ba3c364826bdea29b46c39b9a8 /src/corelib | |
parent | 71961def3b006d042fb6f2d46e5f40d527553dc0 (diff) | |
download | Qt-278a6fbb0eb953d02cef2567df130cbf5ea960bc.zip Qt-278a6fbb0eb953d02cef2567df130cbf5ea960bc.tar.gz Qt-278a6fbb0eb953d02cef2567df130cbf5ea960bc.tar.bz2 |
Doc: there is no group of explicitly shared classes, only one class uses this.
Explain the implications in the QWebHistoryItem documentation, and get rid
of the "group".
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qshareddata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qshareddata.cpp b/src/corelib/tools/qshareddata.cpp index 3cd37a7..6cd220c 100644 --- a/src/corelib/tools/qshareddata.cpp +++ b/src/corelib/tools/qshareddata.cpp @@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE QSharedData is designed to be used with QSharedDataPointer or QExplicitlySharedDataPointer to implement custom \l{implicitly - shared} or \l {explicitly shared} classes. QSharedData provides + shared} or explicitly shared classes. QSharedData provides \l{thread-safe} reference counting. See QSharedDataPointer and QExplicitlySharedDataPointer for details. |