summaryrefslogtreecommitdiffstats
path: root/src/knx/qknxtpdufactory_p.h
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2020-06-26 10:25:00 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2020-06-26 14:35:27 +0200
commit16222defb0e653c0fa432dc95fb0c3f2e9c7c905 (patch)
tree73ba917a3ad3f1b3d61c65614fdf549e6624adb1 /src/knx/qknxtpdufactory_p.h
parent6ae295c3bc4f0c16c4f0ffad995e416117abf377 (diff)
Qt6: Use QList instead of QVector
Task-number: QTBUG-84469 Change-Id: Id66666566358282eae6e3b9349fd86d03c960453 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/knx/qknxtpdufactory_p.h')
-rw-r--r--src/knx/qknxtpdufactory_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knx/qknxtpdufactory_p.h b/src/knx/qknxtpdufactory_p.h
index 870ca4a..e7712d7 100644
--- a/src/knx/qknxtpdufactory_p.h
+++ b/src/knx/qknxtpdufactory_p.h
@@ -203,7 +203,7 @@ public:
quint8 seqNumber = 0);
static QKnxTpdu createLinkResponseTpdu(Mode mode, quint8 groupObjectNumber,
quint8 sendingAddress, quint8 startAddress,
- const QVector<QKnxAddress> &addresses,
+ const QList<QKnxAddress> &addresses,
quint8 seqNumber = 0);
static QKnxTpdu createLinkWriteTpdu(Mode mode, quint8 groupObjectNumber,
QKnxTpdu::LinkWriteFlags flags,