Fix minor warnings and nitpicks
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
InputSettings(nlohmann::json &);
|
||||
nlohmann::json &settings;
|
||||
void keyPressEvent(QKeyEvent *) override;
|
||||
std::array<Qt::Key, 18> GetMappedKeys();
|
||||
std::array<Qt::Key, 18> GetMappedKeys() const;
|
||||
Q_SIGNALS:
|
||||
void modified();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user