mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
[keyboard] Simplified variable name
This commit is contained in:
parent
3552233bf1
commit
4434e85d4d
2 changed files with 19 additions and 16 deletions
|
@ -55,7 +55,10 @@ private:
|
|||
QString m_selectedLayout;
|
||||
QString m_selectedModel;
|
||||
QString m_selectedVariant;
|
||||
AdditionalLayoutInfo m_selectedLayoutsAdditionalLayoutInfo;
|
||||
|
||||
// Layout (and corresponding info) added if current one doesn't support ASCII (e.g. Russian or Japanese)
|
||||
AdditionalLayoutInfo m_additionalLayoutInfo;
|
||||
|
||||
QTimer m_setxkbmapTimer;
|
||||
|
||||
// From configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue