From 8edb362d96ed740cf5f387649d760c17c7c17d31 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 13 Sep 2017 11:01:42 +0200 Subject: Keep TextEditor as our html editor --- framework/src/domain/documenthandler.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'framework/src/domain/documenthandler.h') 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: int m_cursorPosition; int m_selectionStart; int m_selectionEnd; - - QFont m_font; - int m_fontSize; }; #endif // DOCUMENTHANDLER_H -- cgit v1.2.3