aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentstyle.hpp')
-rw-r--r--src/documentstyle.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp
index c3ac368..1204595 100644
--- a/src/documentstyle.hpp
+++ b/src/documentstyle.hpp
@@ -5,6 +5,7 @@
#include <QFont>
#include <QColor>
#include <QSettings>
+#include <QTextListFormat>
struct DocumentStyle
{
@@ -61,6 +62,7 @@ struct DocumentStyle
double line_height_p;
double line_height_h;
int indent_bq, indent_p, indent_h, indent_l;
+ QTextListFormat::Style list_symbol;
bool save(QSettings & settings) const;
bool load(QSettings & settings);