diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 00:31:56 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 00:31:56 +0200 |
| commit | 656391ecc0555b3462266b886434ae0f120a401c (patch) | |
| tree | bb87b6889c2dae9a5c65c6b9bcb783139bebdf3c /src/mainwindow.hpp | |
| parent | 0739bce0be84e8ccebdc632726efd0fd6f612789 (diff) | |
| download | kristall-656391ecc0555b3462266b886434ae0f120a401c.tar.gz | |
Adds some right click menus, fixes bug in gopher.
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 2b5e2ef..954ba5f 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -79,6 +79,10 @@ private slots: void on_actionHelp_triggered(); + void on_history_view_customContextMenuRequested(const QPoint &pos); + + void on_favourites_view_customContextMenuRequested(const QPoint &pos); + private: void reloadTheme(); |
