summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdrag.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2015-04-16 17:32:18 -0700
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-06-22 12:04:15 +0000
commit4fe865ac7a701b7c950ee0c79b6153b43e1b49ae (patch)
treefac2e9b61bc900b7d652aca8d4339d3ebdc8b148 /src/plugins/platforms/windows/qwindowsdrag.cpp
parentb0a9eddf4da21075415c98ae4b8073043e92256e (diff)
Doc: document future direction of QCoreApplication::notify()
It will definitely not be called for events outside the main thread, but we haven't decided for the main thread, in Qt 6. [ChangeLog][Future direction notices] In Qt 6, QCoreApplication::notify() will not be called for events being delivered to objects outside the main thread. The reason for that is that the main application object may begin destruction while those threads are still delivering events, which is undefined behavior. Applications that currently override notify() and use that function outside the main thread are advised to find other solutions in the mean time. Change-Id: I27eaacb532114dd188c4ffff13d5a5c8df3bc85b Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/windows/qwindowsdrag.cpp')
0 files changed, 0 insertions, 0 deletions