Merge branch 'master' of https://github.com/fourtf/chatterino2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
#include "widgets/notebook.h"
|
||||
#include "widgets/titlebar.h"
|
||||
|
||||
#ifdef USEWINSDK
|
||||
#include <platform/borderless/qwinwidget.h>
|
||||
#endif
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user