Fix connection
This commit is contained in:
committed by
Tobias Fella
parent
4b3cc750a1
commit
bfb640487f
@@ -116,12 +116,14 @@ Q_SIGNALS:
|
|||||||
void textItemChanged();
|
void textItemChanged();
|
||||||
void roomChanged();
|
void roomChanged();
|
||||||
|
|
||||||
|
public Q_SLOTS:
|
||||||
|
void updateCompletion() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ChatBarType::Type m_type = ChatBarType::None;
|
ChatBarType::Type m_type = ChatBarType::None;
|
||||||
QPointer<QQuickItem> m_textItem;
|
QPointer<QQuickItem> m_textItem;
|
||||||
QTextDocument *document() const;
|
QTextDocument *document() const;
|
||||||
|
|
||||||
void updateCompletion() const;
|
|
||||||
int completionStartIndex() const;
|
int completionStartIndex() const;
|
||||||
|
|
||||||
QPointer<NeoChatRoom> m_room;
|
QPointer<NeoChatRoom> m_room;
|
||||||
|
|||||||
Reference in New Issue
Block a user