address some comments

This commit is contained in:
Valentin Vanelslande 2018-12-29 08:27:06 -05:00
parent 5a4c7c32d8
commit 5a14af5f38
5 changed files with 30 additions and 27 deletions

View file

@ -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();
};