summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qcoreapplication/tst_qcoreapplication.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-04-16 15:44:16 -0700
committerThiago Macieira <thiago.macieira@intel.com>2015-07-18 02:24:45 +0000
commit9d98584a835962ca7ad870bbede8f6ab7f66b6bf (patch)
tree6d001b43665f04733c904eb67d101494846abbe1 /tests/auto/corelib/kernel/qcoreapplication/tst_qcoreapplication.h
parent01f800ae6f8611a4218b7bbf5953dc896cac5767 (diff)
Make the event delivery go through some more static functions
This commit makes QCoreApplicationPrivate::checkReceiverThread, notify_helper, and sendThroughObjectEventFilters be static functions, since they only deal with global data or the parameters only. Making notifyInternal would have been binary incompatible (it's called from inline functions QCoreApplication::sendSpontaneousEvent and QCoreApplication::sendEvent), so instead add a new static notifyInternal2 and mark the older function deprecated and to be removed in Qt 6. Change-Id: I27eaacb532114dd188c4ffff13d59fe3b0661489 Reviewed-by: Albert Astals Cid <albert.astals@canonical.com> Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/corelib/kernel/qcoreapplication/tst_qcoreapplication.h')
0 files changed, 0 insertions, 0 deletions