mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 16:25:23 -04:00
Coding style fixes.
This commit is contained in:
parent
ecea101962
commit
ad0d120ae6
2 changed files with 8 additions and 7 deletions
|
@ -357,7 +357,8 @@ KeySym AutoTypePlatformX11::keyToKeySym(Qt::Key key)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutoTypePlatformX11::updateKeymap() {
|
void AutoTypePlatformX11::updateKeymap()
|
||||||
|
{
|
||||||
ReadKeymap();
|
ReadKeymap();
|
||||||
|
|
||||||
if (!m_altgrMask) {
|
if (!m_altgrMask) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue