Minor nitpicks and smaller perf improvements (barely noticeable)

This commit is contained in:
SimoneN64
2024-10-14 23:25:09 +02:00
parent d2c37d373e
commit 57fd6a9af8
59 changed files with 1547 additions and 1528 deletions

View File

@@ -8,7 +8,7 @@
#include <QComboBox>
#include <QTimer>
class InputSettings : public QWidget {
class InputSettings final : public QWidget {
bool grabbing = false;
int whichGrabbing = -1;