mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add missing new line in CommandController.cpp
This commit is contained in:
parent
ffa6729ede
commit
123dc87681
1 changed files with 1 additions and 0 deletions
|
@ -3219,6 +3219,7 @@ QString CommandController::execCommand(const QString &textNoEmoji,
|
|||
|
||||
return text;
|
||||
}
|
||||
|
||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
bool CommandController::registerPluginCommand(const QString &commandName)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue