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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> ---
The API is actually meant to be used imperatively, ie. you call
plasmoid.setConfigurationRequired(true, i18n("reason")), I think there should
be two distinct properties on the Plasmoid attached object

however the actual code that is supposed to do that looks like:

void AppletPrivate::showConfigurationRequiredMessage(bool show, const QString
&reason)
{
    // reimplemented in the UI specific library
    Q_UNUSED(show)
    Q_UNUSED(reason)
}

Looks like we have one week to fix this for 5.6 if it's not already too late.

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

Reply via email to