summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/TextInputWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/TextInputWidget.h b/include/TextInputWidget.h

index cc01be69..c7cb06c5 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h
@@ -50,6 +50,7 @@ public: void submit(); signals: + void heightChanged(int height); void startedTyping(); void stoppedTyping(); void message(QString); @@ -73,7 +74,7 @@ private: void afterCompletion(int); }; -class TextInputWidget : public QFrame +class TextInputWidget : public QWidget { Q_OBJECT