summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-11-16 18:41:29 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 19:05:12 +0100
commit82c441dddd9d57f858c62c9fd3c8718d44ca3d7b (patch)
tree757ceef955e6e7574a25dd4f874a69f0ee0dcddb /src/TextInputWidget.h
parentUse old style connection (for Qt5.12) (diff)
downloadnheko-82c441dddd9d57f858c62c9fd3c8718d44ca3d7b.tar.xz
Move emoji picker to qml
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h

index 9613f209..afd29439 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h
@@ -27,7 +27,6 @@ #include <QWidget> #include "dialogs/PreviewUploadOverlay.h" -#include "emoji/PickButton.h" #include "popups/SuggestionsPopup.h" struct SearchResult; @@ -155,9 +154,6 @@ public: public slots: void focusLineEdit() { input_->setFocus(); } -private slots: - void addSelectedEmoji(const QString &emoji); - signals: void heightChanged(int height); @@ -183,7 +179,5 @@ private: FlatButton *sendFileBtn_; FlatButton *sendMessageBtn_; - emoji::PickButton *emojiBtn_; - QColor borderColor_; };