diff --git a/src/libneochat/chatdocumenthandler.h b/src/libneochat/chatdocumenthandler.h index a836f1ab7..3068d9d75 100644 --- a/src/libneochat/chatdocumenthandler.h +++ b/src/libneochat/chatdocumenthandler.h @@ -116,12 +116,14 @@ Q_SIGNALS: void textItemChanged(); void roomChanged(); +public Q_SLOTS: + void updateCompletion() const; + private: ChatBarType::Type m_type = ChatBarType::None; QPointer m_textItem; QTextDocument *document() const; - void updateCompletion() const; int completionStartIndex() const; QPointer m_room;