This commit is contained in:
fourtf
2018-02-05 21:20:38 +01:00
23 changed files with 255 additions and 104 deletions
+3
View File
@@ -1,5 +1,6 @@
#pragma once
#include <QColor>
#include <QString>
namespace chatterino {
@@ -27,6 +28,8 @@ public:
bool isAnon() const;
QColor color;
private:
QString oauthClient;
QString oauthToken;