summaryrefslogtreecommitdiffstats
path: root/examples/knx/knxeditor/localdevicemanagement.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/knx/knxeditor/localdevicemanagement.h')
-rw-r--r--examples/knx/knxeditor/localdevicemanagement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/knx/knxeditor/localdevicemanagement.h b/examples/knx/knxeditor/localdevicemanagement.h
index 195023f..2548f37 100644
--- a/examples/knx/knxeditor/localdevicemanagement.h
+++ b/examples/knx/knxeditor/localdevicemanagement.h
@@ -78,7 +78,7 @@ public:
void setLocalAddress(const QHostAddress &address);
void setKnxNetIpServer(const QKnxNetIpServerInfo &server);
void setTcpEnable(bool value);
- void onKeyringChanged(const QVector<QKnxNetIpSecureConfiguration> &configs);
+ void onKeyringChanged(const QList<QKnxNetIpSecureConfiguration> &configs);
public slots:
void clearLogging();
@@ -112,7 +112,7 @@ private:
QKnxNetIpServerInfo m_server;
QKnxNetIpDeviceManagement m_management;
QKnxNetIp::HostProtocol m_proto { QKnxNetIp::HostProtocol::UDP_IPv4 };
- QVector<QKnxNetIpSecureConfiguration> m_configs;
+ QList<QKnxNetIpSecureConfiguration> m_configs;
};
#endif