aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentstyle.hpp')
-rw-r--r--src/documentstyle.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp
index eb01912..a577ca8 100644
--- a/src/documentstyle.hpp
+++ b/src/documentstyle.hpp
@@ -21,6 +21,11 @@ struct DocumentStyle
Theme theme;
+ //! This is only a runtime value that is used to create
+ //! unique font names in `derive()`.
+ //! This is a terrible hack
+ QString cookie;
+
QFont standard_font;
QFont h1_font;
QFont h2_font;