Make ProgramsModel uncreatable from QML
The ProgramsModel
may be accessed only via Channel
.
fixes
ProgramsModel is neither a default constructible QObject, nor a default- and copy-constructible Q_GADGET, nor marked as uncreatable. You should not use it as a QML type.