summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-09-04 05:48:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-27 15:47:10 +0200
commit0e3b1f4b4807c7cd53d5b1720c37f83326cb4bc1 (patch)
treec6d75a5e141ec60aadd0149f7a853cae80408db6 /src/corelib/kernel
parent84c2236f04a089d27b53041c9e1d89424d7eb700 (diff)
Do not reference to the QAbstractNativeEventFilter documentation
1) It is not strictly necessary since the method argument type is already designed for clickable here. Thereby, it is just a duplication. 2) It is not done inside the removeNativeEventFilter, so it is not consistent now. 3) Similarly, the following documentation in 4.8 did not have another explicit reference to the documentation of the EventFilter typedef: EventFilter QCoreApplication::setEventFilter ( EventFilter filter ) Change-Id: I45fd42a03b16fd173fca9d734a7771e804d577d8 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 1ed4d4be65..fd423d4479 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -2188,7 +2188,7 @@ void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filt
It is always safe to remove an event filter, even during event
filter activation (i.e. from the nativeEventFilter() function).
- \sa installNativeEventFilter(), QAbstractNativeEventFilter
+ \sa installNativeEventFilter()
\since 5.0
*/
void QCoreApplication::removeNativeEventFilter(QAbstractNativeEventFilter *filterObj)