Refactor Tab completion for Twitch commands (#3144)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Paweł
2021-12-26 14:21:52 +01:00
committed by GitHub
parent 94f7f09e73
commit 1682f0fb36
9 changed files with 125 additions and 77 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ class CompletionModel : public QAbstractListModel
EmoteEnd,
// end emotes
Command,
CustomCommand,
ChatterinoCommand,
TwitchCommand,
};
TaggedString(const QString &string, Type type);