diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-19 21:08:00 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-20 12:10:48 +0100 |
| commit | 995ff2c30ac9e062c698844ddfa7fc06a941197e (patch) | |
| tree | c50b6fcc60f5acc7c6797f1430a42e4c3313db1f /src/documentstyle.hpp | |
| parent | 0659d87271ea4943ed61f59beeba4ba636b6dfc1 (diff) | |
| download | kristall-995ff2c30ac9e062c698844ddfa7fc06a941197e.tar.gz | |
List item symbol prefernece
Diffstat (limited to 'src/documentstyle.hpp')
| -rw-r--r-- | src/documentstyle.hpp | 2 |
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); |
