https://bugs.kde.org/show_bug.cgi?id=395442

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@privat.broulik.de

--- Comment #8 from Kai Uwe Broulik <k...@privat.broulik.de> ---
This looks very much like a Qt bug to me.

We access plasmoid.rootItem.statusNotifierModel.count from the config dialog.
plasmoid.rootItem is the root QML Item (a MouseArea) of the applet.
statusNotifierModel is a SortFilterModel filtering the SNIs according to
enabled categories. And "count" is obviously the number of items in there.

Now when opening the dialog multiple times, at some point suddenly it fails to
access the count property on that object despite being there. I could even
reproduce this with a dummy QtObject with a dummy property, same issue. Because
Plasma is quite complex, I haven't found an isolated testcase yet that would
allow us to file a bug against Qt.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to