D13870: Correct Folder View sizing and representation switch behavior

Friedrich W. H. Kossebau noreply at phabricator.kde.org
Thu Jan 17 10:03:26 GMT 2019


kossebau added inline comments.

INLINE COMMENTS

> main.qml:58
> +
> +        return undefined;
> +    }

This and the same below sadly results in error log output e.g. when testing applets with plasmoidviewer:

  file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:61:5: Unable to assign [undefined] to int
  file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:52:5: Unable to assign [undefined] to int

Seems to be able to assign `null` or `undefined` to a property the respective property needs to have a `RESET` method defined.

Unsure myself what undefined even should mean here, and whether a RESET method is better than just assigning some dummy value here.

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D13870

To: hein, mart, broulik, mvourlakos
Cc: kossebau, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190117/a80271c3/attachment.html>


More information about the Plasma-devel mailing list