QEvent (and subclasses): make ctors explicit
authorMarc Mutz <marc.mutz@kdab.com>
Tue, 28 Feb 2012 23:00:27 +0000 (00:00 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Mar 2012 07:44:34 +0000 (08:44 +0100)
commit1cd4d6b1819f67b70dd359c7fc43ab06182cc34b
treec07312c6b6e5d6e3a854f408e27920bf77f4cd80
parentfb4dccee9a8d616ec43390f855caca08594d75b8
QEvent (and subclasses): make ctors explicit

Do this regardless of whether the event subclass
is public API or only used in examples. Examples
are examples, used by others as templates or even
copied verbatim, so they should also follow sound
engineering rules.

Anyway, there's only one in examples/...

Change-Id: I586ff16407a956c9e89288fdd4377eed73f45c0f
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
12 files changed:
examples/animation/moveblocks/main.cpp
src/concurrent/qfutureinterface_p.h
src/corelib/kernel/qcoreevent.h
src/corelib/kernel/qeventdispatcher_win_p.h
src/gui/kernel/qevent.h
src/widgets/graphicsview/qgraphicssceneevent.h
src/widgets/kernel/qgesture.h
tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp
tests/auto/other/gestures/tst_gestures.cpp
tests/auto/testlib/selftests/alive/qtestalive.cpp
tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/themeevent.cpp
tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/themeevent.h