mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Merge branch 'master' of https://github.com/fourtf/chatterino2
This commit is contained in:
commit
780286582f
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue