We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27cced commit 814dc81Copy full SHA for 814dc81
panes/keyboard/keyboard.h
@@ -9,9 +9,11 @@ class KeyboardPane {
9
void readConfig();
10
QWidget* createUI(QWidget* controlCenter);
11
void prepareUI(QListWidget* layoutSwitchShortcut);
12
- void setCurrentSettings(QListWidget* layoutList,
+ void setCurrentSettings(QCheckBox* useCountryFlagCheckBox,
13
+ QListWidget* layoutList,
14
QListWidget* layoutSwitchShortcut);
- void saveSettings(QListWidget* layoutList,
15
+ void saveSettings(QCheckBox* useCountryFlagCheckBox,
16
17
18
void addLayout(QString layoutName, QListWidget* layoutList);
19
};
0 commit comments