Skip to content

Explicitly mark DrmObject as non-copyable

Volker Krause requested to merge work/vkrause/qt6-fix-drm-moc-issue into master

It implicitly already is not copyable, due to the unique_ptr member. However, Qt6 moc code isn't realizing that and fails to compile the DrmPlane Q_GADGET sub-class of this.

Merge request reports