[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu May 8 00:18:18 CEST 2003
CVS commit by staikos:
- some i18n fixes
- get rid of unnecessary casts
- don't cast (QString)"foo". Use QString("foo") if really needed, or better,
rework it so it can be i18n("")
- (float)foo -> float(foo) etc
- const bool& is a bad idea and does nothing of benefit over bool.
M +9 -9 kstplot.cpp 1.6
M +3 -3 kstplot.h 1.6
M +37 -37 kstquickcurvesdialog_i.cpp 1.5
M +3 -3 kstquickcurvesdialog_i.h 1.4
More information about the Kst
mailing list