diff options
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/MainWindow.cpp b/src/widgets/MainWindow.cpp index ca572e7..ce03bce 100644 --- a/src/widgets/MainWindow.cpp +++ b/src/widgets/MainWindow.cpp @@ -73,7 +73,7 @@ void MainWindow::keyPressEvent(QKeyEvent *event) { } } -bool MainWindow::eventFilter(QObject *object, QEvent *event) { +bool MainWindow::eventFilter(QObject *, QEvent *event) { if (event->type() != QEvent::KeyPress) return false; |
