summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode.cpp
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2021-06-28 13:56:21 -0400
committerBrett Stottlemyer <bstottle@ford.com>2021-06-29 06:26:00 -0400
commitdf97b4d6826259b18eb6571b4402e93ddbbbbc3d (patch)
tree569b3e0b8687ae0e10c30caf858fb2dd11ce6204 /src/remoteobjects/qremoteobjectnode.cpp
parent3f14f137501d89905a794e65391d7f24b5abd4f0 (diff)
Switch usage of QList<QVariant> to QVariantList
This is a holdover of QVector -> QList conversion Change-Id: I8f7677617ad96d3b45e78e44cbbe7fa97a430c79 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/remoteobjects/qremoteobjectnode.cpp')
-rw-r--r--src/remoteobjects/qremoteobjectnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectnode.cpp b/src/remoteobjects/qremoteobjectnode.cpp
index 5597096..93b87c3 100644
--- a/src/remoteobjects/qremoteobjectnode.cpp
+++ b/src/remoteobjects/qremoteobjectnode.cpp
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
using namespace QtRemoteObjects;
using namespace QRemoteObjectStringLiterals;
-using GadgetType = QList<QVariant>;
+using GadgetType = QVariantList;
struct ManagedGadgetTypeEntry
{