From 6dd8a8c6b3200901b9791a5b59d3e5b306ec99d8 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sun, 10 Sep 2023 16:54:29 +0200 Subject: [PATCH] did some testing with event filter. not used. --- mainwindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.h b/mainwindow.h index 37f4e03..88f6ca1 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -21,6 +21,7 @@ class MainWindow : public QMainWindow { protected: void customEvent(QEvent *event) override; + // bool eventFilter(QObject *obj, QEvent *ev) override; public: MainWindow(hwinf *hw, Worker *worker, Update *update, QWidget *parent = nullptr);