[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Wed Dec 7 03:09:36 CET 2005


SVN commit 486195 by staikos:

better at least return something for now


 M  +5 -0      kstviewlegend.cpp  


--- trunk/extragear/graphics/kst/kst/kstviewlegend.cpp #486194:486195
@@ -425,11 +425,15 @@
 
 /** fill the custom widget with current properties */
 bool KstViewLegend::fillConfigWidget(QWidget *w) const {
+  // FIXME
+  return false;
 }
 
 
 /** apply properties in the custom config widget to this */
 bool KstViewLegend::readConfigWidget(QWidget *w) {
+  // FIXME
+  return false;
 }
 
 
@@ -445,6 +449,7 @@
 
 
 KstGfxMouseHandler *handler_KstViewLegend(KstViewObjectPtr view) {
+  Q_UNUSED(view)
   return 0L;
 }
 


More information about the Kst mailing list