1
0
Fork 0

Add a note to documentation about subclassing vs wrapping for QSacnUniverse

This commit is contained in:
Kevin Matz 2022-11-19 12:34:52 -05:00
parent 5c0a74e338
commit 01e3549861
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
/**
* @brief The QSacnUniverse class
*
* Rather than QSacnNode reimplemnting the sACN::Node api for a QSacnUniverse that uses
* sACN::Universe as a base class, the QSacnUniverse class wraps a sACN::Universe.
*/
class QT_EXPORT QSacnUniverse
: public QObject