diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 19:21:38 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 19:21:38 +0200 |
| commit | 0fd0f2d919d748280c48383840fe7c4d988bbd00 (patch) | |
| tree | b2fb1f93a9ed3f0ebc7fb81addc585f0722db599 /browsertab.hpp | |
| parent | cb69dca1dbf19ae854276803442e724045c4be81 (diff) | |
| download | kristall-0fd0f2d919d748280c48383840fe7c4d988bbd00.tar.gz | |
Moves from favourites.db to QSettings, moves theming to MainWindow, save/load installed theme.
Diffstat (limited to 'browsertab.hpp')
| -rw-r--r-- | browsertab.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/browsertab.hpp b/browsertab.hpp index 29bed14..fa853e6 100644 --- a/browsertab.hpp +++ b/browsertab.hpp @@ -101,8 +101,6 @@ public: TabBrowsingHistory history; std::unique_ptr<QTextDocument> current_document; - - GeminiStyle current_style; }; #endif // BROWSERTAB_HPP |
