Silence a warning in release build
Pick-to: 6.5 Change-Id: I6059b560872ebd97874c2dc80e3ad17cf887d8dc Reviewed-by: Jason McDonald <macadder1@gmail.com> (cherry picked from commit 402a17cfc8156bf65dfc02a18d68dfc116c90df7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a7f81d8514
commit
122a117c8d
@ -175,7 +175,7 @@ namespace QTest
|
|||||||
|
|
||||||
stateKey &= Qt::KeyboardModifierMask;
|
stateKey &= Qt::KeyboardModifierMask;
|
||||||
|
|
||||||
QEvent::Type meType;
|
QEvent::Type meType = QEvent::None;
|
||||||
using namespace QTestPrivate;
|
using namespace QTestPrivate;
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user