We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07bee5 commit a6f06caCopy full SHA for a6f06ca
src/tools/mainWindow.cpp
@@ -58,7 +58,7 @@ class MainWindow : public QMainWindow {
58
}
59
60
61
- void keyPressEvent(QKeyEvent *event) {
+ void keyPressEvent(QKeyEvent *event) override {
62
// https://doc.qt.io/qt-6/qt.html#Key-enum
63
// color switch
64
bool update = false;
0 commit comments