aboutsummaryrefslogtreecommitdiff
path: root/browsertab.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'browsertab.hpp')
-rw-r--r--browsertab.hpp4
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