From 0e3b1f4b4807c7cd53d5b1720c37f83326cb4bc1 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Tue, 4 Sep 2012 05:48:13 +0100 Subject: 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 Reviewed-by: David Faure --- src/corelib/kernel/qcoreapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/kernel/qcoreapplication.cpp') 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) -- cgit v1.2.3