Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
6b25335a
Commit
6b25335a
authored
May 11, 2021
by
Bhushan Shah
📱
Browse files
inputmethod: fix coding style
GIT_SILENT
parent
92e0357f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/inputmethod.cpp
View file @
6b25335a
...
...
@@ -318,7 +318,7 @@ void InputMethod::textInputInterfaceV3EnabledChanged()
void
InputMethod
::
stateCommitted
(
uint32_t
serial
)
{
if
(
!
isEnabled
())
{
return
;
return
;
}
TextInputV3Interface
*
textInputV3
=
waylandServer
()
->
seat
()
->
textInputV3
();
if
(
!
textInputV3
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment