fished base communication between browser and chatterino

This commit is contained in:
fourtf
2018-04-12 01:17:25 +02:00
parent d3bbbafca7
commit b978977e7a
4 changed files with 56 additions and 29 deletions
@@ -16,6 +16,9 @@ public:
{
public:
void run() override;
private:
void handleMessage(const QJsonObject &root);
};
void writeByteArray(QByteArray a);