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 e61a1f969c
commit 780b1f74ee
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 ());