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