diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 22:23:20 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 22:23:20 +0200 |
| commit | d9e105e6e0accf5def8681334341069117cab213 (patch) | |
| tree | 68764c76f67326aaa3f731ce70726e821c00e11a /browsertab.hpp | |
| parent | 87d787bc2c50eb00c6b86957efaa71e07f9acc07 (diff) | |
| download | kristall-d9e105e6e0accf5def8681334341069117cab213.tar.gz | |
Navigation via outline is now possible. Sexy!
Diffstat (limited to 'browsertab.hpp')
| -rw-r--r-- | browsertab.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/browsertab.hpp b/browsertab.hpp index 7e05995..44e47b7 100644 --- a/browsertab.hpp +++ b/browsertab.hpp @@ -39,6 +39,8 @@ public: void navOneForward(); + void scrollToAnchor(QString const & anchor); + signals: void titleChanged(QString const & title); void locationChanged(QUrl const & url); |
