mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
13 lines
382 B
Diff
13 lines
382 B
Diff
this only takes 4 arguments now
|
|
--- a/src/VRMirror.cpp
|
|
+++ b/src/VRMirror.cpp
|
|
@@ -179,7 +179,7 @@
|
|
}
|
|
}
|
|
*/
|
|
-KWIN_EFFECT_FACTORY_SUPPORTED_ENABLED(VRMirrorFactory,
|
|
+KWIN_EFFECT_FACTORY_SUPPORTED_ENABLED(
|
|
VRMirror,
|
|
"vrmirror.json",
|
|
return VRMirror::supported();
|