summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpclient
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/secureudpclient')
-rw-r--r--examples/network/secureudpclient/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/secureudpclient/mainwindow.h b/examples/network/secureudpclient/mainwindow.h
index 0d443fd376..6f207cecd9 100644
--- a/examples/network/secureudpclient/mainwindow.h
+++ b/examples/network/secureudpclient/mainwindow.h
@@ -52,7 +52,7 @@
#include <QMainWindow>
#include <QSharedPointer>
-#include <QVector>
+#include <QList>
QT_BEGIN_NAMESPACE
@@ -99,7 +99,7 @@ private:
Ui::MainWindow *ui = nullptr;
using AssocPtr = QSharedPointer<DtlsAssociation>;
- QVector<AssocPtr> connections;
+ QList<AssocPtr> connections;
QString nameTemplate;
unsigned nextId = 0;