diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-01 06:14:36 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-01 06:14:36 -0500 |
commit | 99c6c809b961f2eb3c8538bfa50de7f2f98587ea (patch) | |
tree | 29f27cc33d08b5fc158a3ddbb885114ce4e00493 /src/main_window.hpp | |
parent | a6b4485ac5ea0673e0ce35dab14e2df26c27823e (diff) |
Get configurations to apply when accepting.
Diffstat (limited to 'src/main_window.hpp')
-rw-r--r-- | src/main_window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_window.hpp b/src/main_window.hpp index 2dabf77..e5363a2 100644 --- a/src/main_window.hpp +++ b/src/main_window.hpp @@ -32,6 +32,7 @@ class GetsuyomiApp : public QMainWindow { private: /* Private methods */ void createActions(); + void bindShortcuts(); void createMenus(); void createToolBar(); |