diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 11:01:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 11:01:42 +0200 |
commit | 8edb362d96ed740cf5f387649d760c17c7c17d31 (patch) | |
tree | 5b7eac591419d848be483b50854fded3091fb532 /framework/src/domain/documenthandler.h | |
parent | e87ecb949e77211eb21e30a97a65426f87231414 (diff) | |
download | kube-8edb362d96ed740cf5f387649d760c17c7c17d31.tar.gz kube-8edb362d96ed740cf5f387649d760c17c7c17d31.zip |
Keep TextEditor as our html editor
Diffstat (limited to 'framework/src/domain/documenthandler.h')
-rw-r--r-- | framework/src/domain/documenthandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/src/domain/documenthandler.h b/framework/src/domain/documenthandler.h index 74b7c4f9..24b3b35f 100644 --- a/framework/src/domain/documenthandler.h +++ b/framework/src/domain/documenthandler.h | |||
@@ -145,9 +145,6 @@ private: | |||
145 | int m_cursorPosition; | 145 | int m_cursorPosition; |
146 | int m_selectionStart; | 146 | int m_selectionStart; |
147 | int m_selectionEnd; | 147 | int m_selectionEnd; |
148 | |||
149 | QFont m_font; | ||
150 | int m_fontSize; | ||
151 | }; | 148 | }; |
152 | 149 | ||
153 | #endif // DOCUMENTHANDLER_H | 150 | #endif // DOCUMENTHANDLER_H |