From 748bf0cd988c103e66919db753d40fe19a784022 Mon Sep 17 00:00:00 2001 From: Jussi Kuokkanen Date: Wed, 2 Sep 2020 13:32:57 +0300 Subject: rename CompletionModel to CompletionProxyModel --- src/TextInputWidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/TextInputWidget.h') diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h index c62a98be..19462f70 100644 --- a/src/TextInputWidget.h +++ b/src/TextInputWidget.h @@ -31,7 +31,7 @@ struct SearchResult; -class CompletionModel; +class CompletionProxyModel; class FlatButton; class LoadingIndicator; class QCompleter; @@ -72,7 +72,7 @@ protected: private: bool emoji_popup_open_ = false; - CompletionModel *emoji_completion_model_; + CompletionProxyModel *emoji_completion_model_; std::deque true_history_, working_history_; int trigger_pos_; // Where emoji completer was triggered size_t history_index_; -- cgit 1.5.1