summary refs log tree commit diff
path: root/src/TextInputWidget.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 16:37:25 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-17 16:37:25 +0300
commit0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a (patch)
tree21f655d30630fe77ba48d07e4b357e2b6c6a5730 /src/TextInputWidget.cpp
parentMerge pull request #372 from bebehei/notification (diff)
downloadnheko-0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a.tar.xz
Move all files under src/
Diffstat (limited to '')
-rw-r--r--src/TextInputWidget.cpp (renamed from src/TextInputWidget.cc)2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/TextInputWidget.cc b/src/TextInputWidget.cpp

index bb72c533..a419ed84 100644 --- a/src/TextInputWidget.cc +++ b/src/TextInputWidget.cpp
@@ -36,6 +36,8 @@ #include "Config.h" #include "TextInputWidget.h" #include "Utils.h" +#include "ui/FlatButton.h" +#include "ui/LoadingIndicator.h" static constexpr size_t INPUT_HISTORY_SIZE = 127; static constexpr int MAX_TEXTINPUT_HEIGHT = 120;