Commit Graph

2 Commits

Author SHA1 Message Date
Sona Kurazyan 7a16e8d9b5 Use scoped enums
Execptions are made for QCoapOption::OptionName and QtCoap::Port enums,
because the values of these types are not limited only to the values
listed in the enums. In case of using custom values, it would be more
convenient to use integers directly, instead of using a static_cast each
time the user needs a custom value.

Change-Id: Ibc63e26c59629702c03528dd7e5e5eedc6bcc90a
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2019-05-03 08:36:09 +00:00
Sona Kurazyan f633087e26 Add QML-based multicast discovery example
Change-Id: If210c040ec40a828d4c997251ef2a635e2e70d32
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2019-04-17 08:05:16 +00:00