The source project of this merge request has been removed.
fixup! [keyboard applet] fix TypeError garbage in log
Fix error left !596 (comment 174372):
/usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/main.qml:17:5: Unable to assign [undefined] to QString
This is because just string is returned and not an object.
The expression should always return struct with proper fields instead.
Edited by Nate Graham