[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Fri Jun 20 19:13:45 CEST 2008
SVN commit 822575 by fenton:
Cleanup of stale FIXME's for placement / undo. Behavior matches 1.X
M +0 -3 equationdialog.cpp
M +0 -3 histogramdialog.cpp
M +0 -3 powerspectrumdialog.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/equationdialog.cpp #822574:822575
@@ -280,9 +280,6 @@
equation->update();
equation->unlock();
- //FIXME this should be a command...
- //FIXME need some smart placement...
-
CurvePtr curve = _document->objectStore()->createObject<Curve>();
Q_ASSERT(curve);
--- branches/work/kst/portto4/kst/src/libkstapp/histogramdialog.cpp #822574:822575
@@ -360,9 +360,6 @@
setHistogramDefaults(histogram);
- //FIXME this should be a command...
- //FIXME need some smart placement...
-
CurvePtr curve = _document->objectStore()->createObject<Curve>();
curve->setXVector(histogram->vX());
--- branches/work/kst/portto4/kst/src/libkstapp/powerspectrumdialog.cpp #822574:822575
@@ -213,9 +213,6 @@
_powerSpectrumTab->FFTOptionsWidget()->setWidgetDefaults();
- //FIXME this should be a command...
- //FIXME need some smart placement...
-
CurvePtr curve = _document->objectStore()->createObject<Curve>();
Q_ASSERT(curve);
More information about the Kst
mailing list