diff options
Diffstat (limited to 'plugingui/lineedit.h')
-rw-r--r-- | plugingui/lineedit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/lineedit.h b/plugingui/lineedit.h index fa327ca..a159d75 100644 --- a/plugingui/lineedit.h +++ b/plugingui/lineedit.h @@ -32,6 +32,7 @@ #include "widget.h" #include "font.h" +#include "painter.h" namespace GUI { @@ -56,6 +57,8 @@ protected: virtual void textChanged() {} private: + Painter::Box box; + Font font; std::string _text; |