Clean up/refactor InputCompletionPopup (#4242)
Mainly flattening anon namespaces & respecting clang-tidy
This commit is contained in:
@@ -112,7 +112,7 @@ protected:
|
||||
void updateCompletionPopup();
|
||||
void showCompletionPopup(const QString &text, bool emoteCompletion);
|
||||
void hideCompletionPopup();
|
||||
void insertCompletionText(const QString &text);
|
||||
void insertCompletionText(const QString &input_) const;
|
||||
void openEmotePopup();
|
||||
|
||||
void updateCancelReplyButton();
|
||||
|
||||
Reference in New Issue
Block a user