[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/plasma
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-01-29 21:24:26
Message-ID: 1264800266.016123.16742.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1082163 by aseigo:

isBusy is the wrong name for the property; should be just 'busy', but it's too late \
at this point to remove isBusy, so just duplicate it. i'd rather have a consistent \
API and get people using that so that there is less heartache when we get rid of \
isBusy whenever we break BC


 M  +2 -1      applet.h  


--- branches/KDE/4.4/kdelibs/plasma/applet.h #1082162:1082163
@@ -82,7 +82,8 @@
     Q_PROPERTY(QString category READ category)
     Q_PROPERTY(ImmutabilityType immutability READ immutability WRITE \
                setImmutability)
     Q_PROPERTY(bool hasFailedToLaunch READ hasFailedToLaunch WRITE \
                setFailedToLaunch)
-    Q_PROPERTY(bool isBusy READ isBusy WRITE setBusy)
+    Q_PROPERTY(bool isBusy READ isBusy WRITE setBusy) //KDE5: remove
+    Q_PROPERTY(bool busy READ isBusy WRITE setBusy)
     Q_PROPERTY(bool configurationRequired READ configurationRequired WRITE \
setConfigurationRequired)  Q_PROPERTY(QRectF geometry READ geometry WRITE \
setGeometry)  Q_PROPERTY(bool shouldConserveResources READ shouldConserveResources)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic