diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-04 10:43:42 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-04 11:06:26 +0100 |
| commit | 8cfa899b316040799d3a37b912ecfcb142b78fbd (patch) | |
| tree | 8208c83478096e4a2961d6636391789112c350bf /src/documentstyle.hpp | |
| parent | f93bc413e9325750c8d41a465090058386518cfc (diff) | |
| download | kristall-8cfa899b316040799d3a37b912ecfcb142b78fbd.tar.gz | |
better default fonts
Diffstat (limited to 'src/documentstyle.hpp')
| -rw-r--r-- | src/documentstyle.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index a577ca8..930c3bd 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -14,7 +14,9 @@ struct DocumentStyle AutoLightTheme = 2 }; - DocumentStyle(); + DocumentStyle(bool do_init = true); + + void initialiseDefaultFonts(); //! Calculates a filtered/legal file name with all non-allowed chars escaped static QString createFileNameFromName(QString const & src, int index); |
