[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Sun Oct 30 16:06:42 CET 2005


SVN commit 475771 by staikos:

add const


 M  +1 -1      kstbasecurve.h  


--- trunk/extragear/graphics/kst/kst/kstbasecurve.h #475770:475771
@@ -99,7 +99,7 @@
     virtual void paintLegendSymbol(QPainter *p, const QRect& bound) = 0;
     
     // Return a name suitible for a legend
-    virtual QString legendTag() { return tagName(); }
+    virtual QString legendTag() const { return tagName(); }
 
   protected:
  


More information about the Kst mailing list