From 8cfa899b316040799d3a37b912ecfcb142b78fbd Mon Sep 17 00:00:00 2001 From: Mike Skec Date: Mon, 4 Jan 2021 10:43:42 +1100 Subject: better default fonts --- src/documentstyle.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/documentstyle.hpp') 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); -- cgit v1.2.3