MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / ApplicationMessage

Class ApplicationMessage

launcher/ApplicationMessage.h:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QByteArray>
6
7struct ApplicationMessage {
8 QString command;
9 QMap<QString, QString> args;
10
11 QByteArray serialize();
12 void parse(const QByteArray & input);
13};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected