mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
reformat commandmanager
This commit is contained in:
parent
5f784ce9dc
commit
c3770707aa
2 changed files with 6 additions and 4 deletions
|
@ -200,5 +200,6 @@ CommandManager::Command::Command(QString _text)
|
||||||
this->name = _text.mid(0, index);
|
this->name = _text.mid(0, index);
|
||||||
this->text = _text.mid(index + 1);
|
this->text = _text.mid(index + 1);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
} // namespace singletons
|
||||||
|
} // namespace chatterino
|
||||||
|
|
|
@ -43,5 +43,6 @@ private:
|
||||||
|
|
||||||
QString execCustomCommand(const QStringList &words, const Command &command);
|
QString execCustomCommand(const QStringList &words, const Command &command);
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
} // namespace singletons
|
||||||
|
} // namespace chatterino
|
||||||
|
|
Loading…
Reference in a new issue