From 808288ce691a3c1520db513c7cff79fd22d3c53f Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Fri, 1 Jan 2021 14:55:39 +0100 Subject: Resolves the emoji problem, hopefully once and for all! Closes #102. --- src/documentstyle.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/documentstyle.hpp') 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; -- cgit v1.2.3