Fix minor warnings and nitpicks

This commit is contained in:
SimoneN64
2024-09-26 11:55:20 +02:00
parent a95a34e3ab
commit 85620b2cb8
4 changed files with 32 additions and 27 deletions

View File

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