Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move from qmlRegisterType to qmlRegisterUncreatableType Since AbstractLink is an class that will only be created in C++ code, it should be register as qmlRegisterUncreatableType. The QML code should only provide the LinkConfiguration object to create the connection and the communication link Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
- Loading branch information