diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-05 10:44:38 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-05 10:44:38 +0200 |
| commit | b917b6099ab8477488f0f352339aa6fca2235c36 (patch) | |
| tree | 1a29332613259a097dbbff2aa5fa78cdc05ab11d /browsertab.hpp | |
| parent | da305e17be24b9db1c2014c6125399147ec404d9 (diff) | |
| download | kristall-b917b6099ab8477488f0f352339aa6fca2235c36.tar.gz | |
Starts to implement navigation history.
Diffstat (limited to 'browsertab.hpp')
| -rw-r--r-- | browsertab.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/browsertab.hpp b/browsertab.hpp index cb6c45a..d49e2fe 100644 --- a/browsertab.hpp +++ b/browsertab.hpp @@ -7,6 +7,7 @@ #include "geminiclient.hpp" #include "documentoutlinemodel.hpp" +#include "tabbrowsinghistory.hpp" namespace Ui { class BrowserTab; @@ -89,12 +90,11 @@ public: GeminiClient gemini_client; int redirection_count = 0; - QVector<QUrl> navigation_history; - bool successfully_loaded = false; DocumentOutlineModel outline; QGraphicsScene graphics_scene; + TabBrowsingHistory history; }; #endif // BROWSERTAB_HPP |
