From 73c3185edb7467a899e51f000fe94d8411065aae Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Wed, 9 May 2018 18:36:15 +0200 Subject: [PATCH] Docs: remove a repetition The same sentence was written immediately before. Change-Id: I1de439e43adf24e9afac3ca045372059a2e3ab8f Reviewed-by: Martin Smith --- src/corelib/kernel/qcoreapplication.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp index df887db0b1..cba80c8362 100644 --- a/src/corelib/kernel/qcoreapplication.cpp +++ b/src/corelib/kernel/qcoreapplication.cpp @@ -1785,8 +1785,7 @@ void QCoreApplicationPrivate::sendPostedEvents(QObject *receiver, int event_type If \a receiver is null, the events of \a eventType are removed for all objects. If \a eventType is 0, all the events are removed for \a receiver. You should never call this function with \a eventType - of 0. If you do call it in this way, be aware that killing events - may cause \a receiver to break one or more invariants. + of 0. \threadsafe */