aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentstyle.hpp')
-rw-r--r--src/documentstyle.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp
index 6692cfd..eb01912 100644
--- a/src/documentstyle.hpp
+++ b/src/documentstyle.hpp
@@ -16,6 +16,9 @@ struct DocumentStyle
DocumentStyle();
+ //! Calculates a filtered/legal file name with all non-allowed chars escaped
+ static QString createFileNameFromName(QString const & src, int index);
+
Theme theme;
QFont standard_font;