bsloane1650
Results
2
comments of
bsloane1650
The latest patch does not resolve the issue for me (plasma 5.68.0). The below works for me: ``` diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index cc4863a2d..472163451 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@...
Re 2) .toSeq returns an immutable Seq. Looking at the scala changelog https://github.com/scala/scala/releases/tag/v2.13.0 I believe what actually changed is the build it "Seq" type is now an alias for collection.immutable.Seq....