summaryrefslogtreecommitdiffstats
path: root/examples/knx/device/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/knx/device/mainwindow.h')
-rw-r--r--examples/knx/device/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/knx/device/mainwindow.h b/examples/knx/device/mainwindow.h
index 3676cc9..ad9ed46 100644
--- a/examples/knx/device/mainwindow.h
+++ b/examples/knx/device/mainwindow.h
@@ -100,7 +100,7 @@ private:
QKnxNetIpDeviceManagement m_management;
QKnxNetIpServerDiscoveryAgent m_discoveryAgent;
- QVector<QKnxNetIpSecureConfiguration> m_secureConfigs;
+ QList<QKnxNetIpSecureConfiguration> m_secureConfigs;
};
#endif // MAINWINDOW_H