diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:12:38 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:12:38 +0200 |
| commit | 9e1995b8672136b196bc4dccdb127e20156a630c (patch) | |
| tree | d6a5bf13f316ffc4659dd30c8981e65ba63ff48e /mainwindow.hpp | |
| parent | 0fd0f2d919d748280c48383840fe7c4d988bbd00 (diff) | |
| download | kristall-9e1995b8672136b196bc4dccdb127e20156a630c.tar.gz | |
Starts to implement history management.
Diffstat (limited to 'mainwindow.hpp')
| -rw-r--r-- | mainwindow.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.hpp b/mainwindow.hpp index eb8918b..78ead7e 100644 --- a/mainwindow.hpp +++ b/mainwindow.hpp @@ -44,6 +44,12 @@ private slots: void on_tab_locationChanged(QUrl const & url); + void on_new_tab(); + + void on_refresh(); + + void on_close_tab(); + public: QSettings settings; GeminiStyle current_style; |
