[Kst] branches/work/kst/portto4/kst/src/libkstapp

Mike Fenton mike at staikos.net
Thu Apr 30 19:32:39 CEST 2009


SVN commit 961777 by fenton:

Warning cleanup.


 M  +1 -1      plotrenderitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotrenderitem.cpp #961776:961777
@@ -223,7 +223,7 @@
      setReferencePoint(QPointF(x, y));
     } else if (xml.isStartElement()) {
       if (!parse(xml, validTag) && validTag) {
-        ViewItem *i = GraphicsFactory::parse(xml, store, parentView(), this);
+        GraphicsFactory::parse(xml, store, parentView(), this);
       }
     } else if (xml.isEndElement()) {
       if (xml.name().toString() != expectedEnd) {


More information about the Kst mailing list