aboutsummaryrefslogtreecommitdiff
path: root/launcher/ApplicationMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ApplicationMessage.h')
-rw-r--r--launcher/ApplicationMessage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/ApplicationMessage.h b/launcher/ApplicationMessage.h
index d66456eb..7ad67433 100644
--- a/launcher/ApplicationMessage.h
+++ b/launcher/ApplicationMessage.h
@@ -1,13 +1,13 @@
#pragma once
-#include <QString>
-#include <QHash>
#include <QByteArray>
+#include <QHash>
+#include <QString>
struct ApplicationMessage {
QString command;
QHash<QString, QString> args;
QByteArray serialize();
- void parse(const QByteArray & input);
+ void parse(const QByteArray& input);
};