[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Mar 29 18:30:41 CEST 2005
CVS commit by staikos:
don't try to set the tag name ourself - results in invalid tagnames
M +1 -2 kstrvector.cpp 1.84
--- kdeextragear-2/kst/kst/kstrvector.cpp #1.83:1.84
@@ -44,6 +44,5 @@ KstRVector::KstRVector(KstDataSourcePtr
const QString &in_tag, int in_f0, int in_n,
int skip, bool in_DoSkip, bool in_DoAve)
-: KstVector() {
- setTagName(in_tag);
+: KstVector(in_tag) {
commonRVConstructor(in_file, in_field, in_f0, in_n, skip,
in_DoSkip, in_DoAve);
More information about the Kst
mailing list