[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Wed Jun 15 23:00:46 CEST 2005
SVN commit 425906 by staikos:
keep it compiling
M +1 -1 extensions/js/bind_cubicbezier.h
M +1 -1 kstpsd.h
--- trunk/extragear/graphics/kst/kst/extensions/js/bind_cubicbezier.h #425905:425906
@@ -69,7 +69,7 @@
void setC(KJS::ExecState *exec, const KJS::Value& value);
KJS::Value c(KJS::ExecState *exec) const;
/* @property Point d
- @description The third control point for the curve.
+ @description The fourth control point for the curve.
*/
void setD(KJS::ExecState *exec, const KJS::Value& value);
KJS::Value d(KJS::ExecState *exec) const;
--- trunk/extragear/graphics/kst/kst/kstpsd.h #425905:425906
@@ -29,7 +29,7 @@
KstPSD(const QString& in_tag, KstVectorPtr in_V, double freq,
bool average, int len,
bool in_apodize, bool in_removeMean,
- const QString& VUnits, const QString& RUnits, int in_apodizeFxn);
+ const QString& VUnits, const QString& RUnits, int in_apodizeFxn = 0);
KstPSD(const QDomElement& e);
virtual ~KstPSD();
More information about the Kst
mailing list