Refactor Tab completion for Twitch commands (#3144)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -29,7 +29,9 @@ class CompletionModel : public QAbstractListModel
|
||||
EmoteEnd,
|
||||
// end emotes
|
||||
|
||||
Command,
|
||||
CustomCommand,
|
||||
ChatterinoCommand,
|
||||
TwitchCommand,
|
||||
};
|
||||
|
||||
TaggedString(const QString &string, Type type);
|
||||
|
||||
Reference in New Issue
Block a user