Skip to content
  • Andrey Butirsky's avatar
    fixup! [keyboard applet] fix TypeError garbage in log · b05cb534
    Andrey Butirsky authored and Nate Graham's avatar Nate Graham committed
    New error:
    /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.
    
    
    (cherry picked from commit 61ab0abf)
    b05cb534