summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteobject.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-10-20 10:28:45 +0200
committerChristian Stenger <christian.stenger@qt.io>2022-12-16 23:32:04 +0200
commitd4584d54e60b6c6fe70d97c5e5a72e46037202a6 (patch)
tree95420d57e1c1c4c9e1ff543eb1a3c979f28a0219 /src/libs/installer/remoteobject.h
parent26a9ffc00c567db5c9343ff1fa78bc8e358fd36e (diff)
Fix and shuffle some includes
Task-number: QTIFW-1829 Change-Id: I16025ae23f91849d6317e25e56099c77a37f0cd9 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'src/libs/installer/remoteobject.h')
-rw-r--r--src/libs/installer/remoteobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/installer/remoteobject.h b/src/libs/installer/remoteobject.h
index 4dce2a218..c423de943 100644
--- a/src/libs/installer/remoteobject.h
+++ b/src/libs/installer/remoteobject.h
@@ -35,8 +35,10 @@
#include <QCoreApplication>
#include <QDataStream>
-#include <QObject>
#include <QLocalSocket>
+#include <QObject>
+#include <QVariant>
+
namespace QInstaller {