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

index 7fae4ae0..690a899b 100644 --- a/include/TextInputWidget.h +++ b/include/TextInputWidget.h
@@ -66,7 +66,8 @@ private: EmojiPickButton *emoji_button_; }; -inline void TextInputWidget::focusLineEdit() +inline void +TextInputWidget::focusLineEdit() { input_->setFocus(); }