wayland: DrmLeaseDevice, use Q_OBJECT macro
BUG: 483008
This commit is contained in:
parent
1655d6bbc7
commit
aa465efa51
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class DrmLeaseV1Interface;
|
|||
|
||||
class DrmLeaseDeviceV1Interface : public QObject, public QtWaylandServer::wp_drm_lease_device_v1
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit DrmLeaseDeviceV1Interface(Display *display, DrmGpu *gpu);
|
||||
~DrmLeaseDeviceV1Interface();
|
||||
|
|
Loading…
Reference in a new issue