Skip to content

Make ProgramsModel uncreatable from QML

Plata Hill requested to merge work/plata/programs-model-uncreatable into master

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.

Merge request reports

Loading