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

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete
From:       Laurent Montel <montel () kde ! org>
Date:       2003-06-30 21:34:23
[Download RAW message or body]

CVS commit by mlaurent: 

Add const


  M +2 -2      kopeteaway.cpp   1.28
  M +2 -2      kopeteaway.h   1.18
  M +2 -2      kopetegroup.cpp   1.27
  M +2 -2      kopetegroup.h   1.18


--- kdenonbeta/kopete/libkopete/kopeteaway.cpp  #1.27:1.28
@@ -385,5 +385,5 @@ void KopeteAway::setActivity()
 }
 
-int KopeteAway::autoAwayTimeout()
+int KopeteAway::autoAwayTimeout() const
 {
         return d->awayTimeout;
@@ -410,5 +410,5 @@ void KopeteAway::setUseAutoAway(bool b)
 }
 
-bool KopeteAway::useAutoAway()
+bool KopeteAway::useAutoAway() const
 {
         return d->useAutoAway;

--- kdenonbeta/kopete/libkopete/kopeteaway.h  #1.17:1.18
@@ -182,8 +182,8 @@ public:
          * the time before going away automatically.
          */
-        int autoAwayTimeout();
+        int autoAwayTimeout() const;
 
         void setUseAutoAway(bool);
-        bool useAutoAway();
+        bool useAutoAway() const;
 
 private:

--- kdenonbeta/kopete/libkopete/kopetegroup.cpp  #1.26:1.27
@@ -201,5 +201,5 @@ void KopeteGroup::setExpanded(bool in_ex
         d->expanded = in_expanded;
 }
-bool KopeteGroup::expanded()
+bool KopeteGroup::expanded() const
 {
         return d->expanded;

--- kdenonbeta/kopete/libkopete/kopetegroup.h  #1.17:1.18
@@ -87,5 +87,5 @@ public:
          * say if the group is expanded or not,
          */
-        bool expanded() ;
+        bool expanded() const;
 
         /**


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

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