diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-09 00:19:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-09 00:19:32 +0200 |
| commit | df4fbcb4cf6c593c725f677b2ed587e877ae6709 (patch) | |
| tree | e399602df5bd4bd240b8746ff45dee13cc6ebd53 /src/mainwindow.hpp | |
| parent | 573e73eb1b7a4b5f1cc7037feab620ad9c077f2d (diff) | |
| download | kristall-df4fbcb4cf6c593c725f677b2ed587e877ae6709.tar.gz | |
Adds help document, adds block quote support, updates gemini parser to newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text
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 f619056..2b5e2ef 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -75,6 +75,10 @@ private slots: void on_tab_fileLoaded(qint64 fileSize, QString const & mime, int msec); + void on_focus_inputbar(); + + void on_actionHelp_triggered(); + private: void reloadTheme(); |
