[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed May 25 22:35:00 CEST 2005


SVN commit 418186 by arwalker:

Remove compiler warnings

 M  +2 -0      kstplotgroup.cpp  
 M  +1 -1      kstvectordialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstplotgroup.cpp #418185:418186
@@ -81,6 +81,8 @@
 
 
 void KstPlotGroup::copyObjectQuietly(KstViewObject& parent, const QString& name) const {
+  Q_UNUSED(name)
+  
   parent.appendChild(new KstPlotGroup(*this), true);
 }
 
--- trunk/extragear/graphics/kst/kst/kstvectordialog_i.cpp #418185:418186
@@ -828,4 +828,4 @@
 
 
 #include "kstvectordialog_i.moc"
-// vim: sw=2 ts=2 et
\ No newline at end of file
+// vim: sw=2 ts=2 et


More information about the Kst mailing list