Skip to content

Commit a6f06ca

Browse files
committed
fix clang++ build
1 parent e07bee5 commit a6f06ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MainWindow : public QMainWindow {
5858
}
5959

6060

61-
void keyPressEvent(QKeyEvent *event) {
61+
void keyPressEvent(QKeyEvent *event) override {
6262
// https://doc.qt.io/qt-6/qt.html#Key-enum
6363
// color switch
6464
bool update = false;

0 commit comments

Comments
 (0)