From b2daadf6fe64715705617e6a9b11163359b7d927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 22 Apr 2017 20:21:48 +0200 Subject: Introduce needs_preprocessing flag (incl. functionality) to TextEdit. --- plugingui/textedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/textedit.h') diff --git a/plugingui/textedit.h b/plugingui/textedit.h index 81e00b8..5959ae9 100644 --- a/plugingui/textedit.h +++ b/plugingui/textedit.h @@ -76,6 +76,7 @@ private: std::string _text; bool readonly{true}; + bool needs_preprocessing{false}; std::list< std::string > preprocessedtext; }; -- cgit v1.2.3