Message Client allows sending multicast UDP on multiple interfaces

This commit is contained in:
Bill Somerville
2020-11-05 03:37:01 +00:00
parent 3bc3103004
commit caa23f1101
11 changed files with 145 additions and 130 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
};
CheckableItemComboBox::CheckableItemComboBox (QWidget * parent)
: QComboBox {parent}
: LazyFillComboBox {parent}
, model_ {new QStandardItemModel()}
{
setModel (model_.data ());