aboutsummaryrefslogtreecommitdiff
path: root/browsertab.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'browsertab.hpp')
-rw-r--r--browsertab.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/browsertab.hpp b/browsertab.hpp
index 2b9be8c..29bed14 100644
--- a/browsertab.hpp
+++ b/browsertab.hpp
@@ -9,6 +9,7 @@
#include "geminiclient.hpp"
#include "documentoutlinemodel.hpp"
#include "tabbrowsinghistory.hpp"
+#include "geminirenderer.hpp"
namespace Ui {
class BrowserTab;
@@ -100,6 +101,8 @@ public:
TabBrowsingHistory history;
std::unique_ptr<QTextDocument> current_document;
+
+ GeminiStyle current_style;
};
#endif // BROWSERTAB_HPP