moved stuff to the thing where it should be

This commit is contained in:
fourtf 2017-04-18 02:12:45 +02:00
parent fb87319a0e
commit 20b0699025

View file

@ -5,9 +5,9 @@ namespace twitch {
TwitchUser::TwitchUser(const QString &username, const QString &oauthToken,
const QString &oauthClient)
: IrcUser2(username, username, username, "oauth:" + oauthToken)
, _oauthClient(oauthClient)
, _oauthToken(oauthToken)
{
_oauthClient = oauthClient;
_oauthToken = oauthToken;
}
const QString &TwitchUser::getOAuthClient() const