diff options
Diffstat (limited to 'src/corelib/tools/qcontiguouscache.cpp')
| -rw-r--r-- | src/corelib/tools/qcontiguouscache.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/tools/qcontiguouscache.cpp b/src/corelib/tools/qcontiguouscache.cpp index 73cfed97f20..6140838abb2 100644 --- a/src/corelib/tools/qcontiguouscache.cpp +++ b/src/corelib/tools/qcontiguouscache.cpp @@ -162,9 +162,7 @@ void QContiguousCacheData::freeData(QContiguousCacheData *data) /*! \fn template<typename T> void QContiguousCache<T>::swap(QContiguousCache<T> &other) \since 4.8 - - Swaps cache \a other with this cache. This operation is very - fast and never fails. + \memberswap{cache} */ /*! \fn template<typename T> bool QContiguousCache<T>::operator==(const QContiguousCache<T> &other) const |
