Chatterino
|
#include <QRegularExpression>
#include <QString>
#include <QStringList>
Go to the source code of this file.
Namespaces | |
chatterino | |
Functions | |
void | chatterino::openTwitchUsercard (QString channel, QString username) |
void | chatterino::stripUserName (QString &userName) |
void | chatterino::stripChannelName (QString &channelName) |
QRegularExpression | chatterino::twitchUserLoginRegexp () |
QRegularExpression | chatterino::twitchUserNameRegexp () |
void | chatterino::cleanHelixColorName (QString &color) |