Minor nitpicks and smaller perf improvements (barely noticeable)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <QComboBox>
|
||||
#include <QTimer>
|
||||
|
||||
class InputSettings : public QWidget {
|
||||
class InputSettings final : public QWidget {
|
||||
bool grabbing = false;
|
||||
int whichGrabbing = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user