branches/KDE/4.2/kdelibs/plasma [BIC]

Jacopo De Simoi wilderkde at gmail.com
Wed Apr 29 14:36:35 BST 2009


Hi

I ccmailed to this list to point out this BIC commit I had to do in branch before tagging (today)

Thanks

 --J

On Wednesday 29 April 2009 00:02:45 Jacopo De Simoi wrote:
> SVN commit 960777 by jacopods:
> 
> Constify the isValid() method (backported around one week ago) 
> Will fix in trunk on monday, but I have to do this before tagging (tomorrow) here in branch.  
> 
> Thanks to André for noticing that.
> 
> CCMAIL: Woebbeking at kde.org
> CCMAIL: kde-core-devel at kde.org
> 
> 
>  M  +1 -1      runnercontext.cpp  
>  M  +1 -1      runnercontext.h  
> 
> 
> --- branches/KDE/4.2/kdelibs/plasma/runnercontext.cpp #960776:960777
> @@ -208,7 +208,7 @@
>      return d->mimeType;
>  }
>  
> -bool RunnerContext::isValid()
> +bool RunnerContext::isValid() const
>  {
>      // if our qptr is dirty, we aren't useful anymore
>      return (d->q != &(d->s_dummyContext));
> --- branches/KDE/4.2/kdelibs/plasma/runnercontext.h #960776:960777
> @@ -119,7 +119,7 @@
>           * to avoid unecessary processing in runners that may run for an extended
>           * period (as measured in 10s of ms) and therefore improve the user experience. @since 4.2.3
>           */
> -        bool isValid();
> +        bool isValid() const;
>  
>  
>           /**
> 




More information about the kde-core-devel mailing list