diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-01-01 14:55:39 +0100 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-01-01 14:55:39 +0100 |
| commit | 808288ce691a3c1520db513c7cff79fd22d3c53f (patch) | |
| tree | f75d503fe22bafd15b19c22291129285a6fd810a /src/documentstyle.hpp | |
| parent | b2e099a56b3d5e7ed4115c4026b60b27ab78b1dc (diff) | |
| download | kristall-808288ce691a3c1520db513c7cff79fd22d3c53f.tar.gz | |
Resolves the emoji problem, hopefully once and for all! Closes #102.
Diffstat (limited to 'src/documentstyle.hpp')
| -rw-r--r-- | src/documentstyle.hpp | 5 |
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; |
