mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
moved stuff to the thing where it should be
This commit is contained in:
parent
fb87319a0e
commit
20b0699025
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue