Jump to content

Plasma/libplasma2/duplicatedisbusy: Difference between revisions

From KDE Community Wiki
Afiestas (talk | contribs)
Created page with " == Discussion == There are two "busy" Q_PROPERTY entries defined in Applet: isBusy and busy. The latter is the correct frm. == Proposed Solution == Remove the isBusy Q_PROPER..."
 
Afiestas (talk | contribs)
No edit summary
 
Line 1: Line 1:
== Discussion ==
== Discussion ==
There are two "busy" Q_PROPERTY entries defined in Applet: isBusy and busy. The latter is the correct frm.
There are two "busy" Q_PROPERTY entries defined in Applet: isBusy and busy. The latter is the correct frm.
== Proposed Solution ==
== Proposed Solution ==
Remove the isBusy Q_PROPERTY, leaving just busy.
Remove the isBusy Q_PROPERTY, leaving just busy.

Latest revision as of 13:52, 22 September 2012

Discussion

There are two "busy" Q_PROPERTY entries defined in Applet: isBusy and busy. The latter is the correct frm.

Proposed Solution

Remove the isBusy Q_PROPERTY, leaving just busy.