summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpfilterdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpfilterdata.cpp')
-rw-r--r--src/assistant/help/qhelpfilterdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpfilterdata.cpp b/src/assistant/help/qhelpfilterdata.cpp
index 37b209541..b90aeb6c8 100644
--- a/src/assistant/help/qhelpfilterdata.cpp
+++ b/src/assistant/help/qhelpfilterdata.cpp
@@ -107,7 +107,7 @@ QHelpFilterData &QHelpFilterData::operator=(const QHelpFilterData &) = default;
QHelpFilterData &QHelpFilterData::operator=(QHelpFilterData &&) = default;
/*!
- \fn void QHelpFilterData::swap(QCompressedHelpInfo &other)
+ \fn void QHelpFilterData::swap(QHelpFilterData &other)
Swaps the filter \a other with this filter. This
operation is very fast and never fails.