wayland/tearingcontrol: actually create the d pointer object
This commit is contained in:
parent
b3e977f416
commit
7c3489b1a5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ private:
|
|||
|
||||
TearingControlManagerV1Interface::TearingControlManagerV1Interface(Display *display, QObject *parent)
|
||||
: QObject(parent)
|
||||
, d(new TearingControlManagerV1InterfacePrivate(display))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue