Add network interface selection combo box widget to message_aggregator

This commit is contained in:
Bill Somerville
2020-11-03 20:31:11 +00:00
parent 1d9dd7df24
commit ced3b523ea
6 changed files with 101 additions and 20 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
#include <QObject>
#include <QPair>
#include <QString>
#include <QStringList>
#include <QSet>
#include <QTime>
#include <QDateTime>
#include <QHostAddress>
@@ -44,7 +44,7 @@ public:
// which the server will join
Q_SLOT void start (port_type port
, QHostAddress const& multicast_group_address = QHostAddress {}
, QStringList const& network_interface_names = QStringList {});
, QSet<QString> const& network_interface_names = QSet<QString> {});
// ask the client to clear one or both of the decode windows
Q_SLOT void clear_decodes (ClientKey const&, quint8 window = 0);