address some comments
This commit is contained in:
parent
5a4c7c32d8
commit
5a14af5f38
5 changed files with 30 additions and 27 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
void loadConfiguration();
|
||||
|
||||
// Save the current input profile index
|
||||
void applyProfile();
|
||||
void ApplyProfile();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::ConfigureInput> ui;
|
||||
|
@ -96,7 +96,7 @@ private:
|
|||
void keyPressEvent(QKeyEvent* event) override;
|
||||
|
||||
/// input profiles
|
||||
void newProfile();
|
||||
void deleteProfile();
|
||||
void renameProfile();
|
||||
void NewProfile();
|
||||
void DeleteProfile();
|
||||
void RenameProfile();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue