If someone checks out a version of KWin where this request isn't implemented, this would crash powerdevil
if (version() >= 3) { set_uses_ddc_ci(m_display->usesDdcCi() ? 1 : 0); }
(there might be an enum for the version number in QtWayland::kde_external_brightness_device_v1
, didn't check)