libkwineffects: Disable alpha blending when painting QuickSceneView
The SceneEffect replaces the contents of the default scene, so the background is not painted. This creates an issue if a scene view has translucent parts. In that case, it's possible to see visual artifacts as the scene view is not marked opaque properly.
This MR is an attempt to add the missing api.