diff options
Diffstat (limited to 'framework/src/domain/textdocumenthandler.h')
-rw-r--r-- | framework/src/domain/textdocumenthandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/textdocumenthandler.h b/framework/src/domain/textdocumenthandler.h index b8ae5bdb..43781940 100644 --- a/framework/src/domain/textdocumenthandler.h +++ b/framework/src/domain/textdocumenthandler.h | |||
@@ -86,6 +86,8 @@ public: | |||
86 | int fontSize() const; | 86 | int fontSize() const; |
87 | void setFontSize(int size); | 87 | void setFontSize(int size); |
88 | 88 | ||
89 | Q_INVOKABLE void resetFormat(); | ||
90 | |||
89 | Q_SIGNALS: | 91 | Q_SIGNALS: |
90 | void documentChanged(); | 92 | void documentChanged(); |
91 | void cursorPositionChanged(); | 93 | void cursorPositionChanged(); |