diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-23 19:48:53 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-23 21:47:03 +0530 |
| commit | 346c16b4e2ea26f47e0e370a490b7794492a9ebb (patch) | |
| tree | 277a30ac8b0c82a9c9736985385d0d150a55fcb5 /src/widgets/MainWindow.hpp | |
| parent | 9cc72e8ea9f59f9a9627d05528d54a559ebd412c (diff) | |
| download | null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.tar.gz null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.zip | |
Apply clang-tidy suggestions
Diffstat (limited to 'src/widgets/MainWindow.hpp')
| -rw-r--r-- | src/widgets/MainWindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/MainWindow.hpp b/src/widgets/MainWindow.hpp index c3118fc..26bd15b 100644 --- a/src/widgets/MainWindow.hpp +++ b/src/widgets/MainWindow.hpp @@ -9,10 +9,10 @@ class MainWindow : public QMainWindow { public: MainWindow(); -private: +protected: bool eventFilter(QObject *object, QEvent *event) override; private: - InputMediator *inputMediator; + InputMediator *input_mediator; Configuration configuration; }; |
