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

List:       kde-commits
Subject:    playground/base/plasma/applets/flexibletasks
From:       Laurent Montel <montel () kde ! org>
Date:       2010-08-30 7:37:58
Message-ID: 20100830073758.2D780AC876 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1169876 by mlaurent:

const'ify


 M  +1 -1      abstracttaskitem.cpp  
 M  +1 -1      abstracttaskitem.h  


--- trunk/playground/base/plasma/applets/flexibletasks/abstracttaskitem.cpp #1169875:1169876
@@ -154,7 +154,7 @@
     m_showIconOnly = show;
 }
 
-bool AbstractTaskItem::showIconOnly()
+bool AbstractTaskItem::showIconOnly() const
 {
     return m_showIconOnly;
 }
--- trunk/playground/base/plasma/applets/flexibletasks/abstracttaskitem.h #1169875:1169876
@@ -133,7 +133,7 @@
     void setPreferredOnscreenSize();
     
     virtual void setShowIconOnly(bool show);
-    bool showIconOnly();
+    bool showIconOnly() const;
 
     //TODO: to be removed when we have proper animated layouts
     QPointF animationPos() const;
[prev in list] [next in list] [prev in thread] [next in thread] 

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