QWindowsInputContext: Fix indentation
Fix indentation of code (introduced in 14efcaa3
)
Change-Id: Iee9bc7c66dbde4088168497e9428940554612e84
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
2f94b7a991
commit
b5883a16cb
@ -229,7 +229,7 @@ void QWindowsInputContext::updateEnabled()
|
|||||||
const bool accepted = inputMethodAccepted();
|
const bool accepted = inputMethodAccepted();
|
||||||
if (QWindowsContext::verbose > 1)
|
if (QWindowsContext::verbose > 1)
|
||||||
qCDebug(lcQpaInputMethods) << __FUNCTION__ << platformWindow->window() << "accepted=" << accepted;
|
qCDebug(lcQpaInputMethods) << __FUNCTION__ << platformWindow->window() << "accepted=" << accepted;
|
||||||
QWindowsInputContext::setWindowsImeEnabled(platformWindow, accepted);
|
QWindowsInputContext::setWindowsImeEnabled(platformWindow, accepted);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user