[Kst] extragear/graphics/kst/src/libkst
Eli Fidler
eli at staikos.net
Wed Jan 17 00:14:40 CET 2007
SVN commit 624293 by fidler:
make cleanTag() public
M +2 -2 kstobject.h
--- trunk/extragear/graphics/kst/src/libkst/kstobject.h #624292:624293
@@ -164,18 +164,18 @@
return (_tag != tag._tag || _context != tag._context);
}
- private:
static QString cleanTag(const QString& in_tag) {
if (in_tag.contains(tagSeparator)) {
QString tag = in_tag;
tag.replace(tagSeparator, tagSeparatorReplacement);
- kstdWarning() << "cleaning tag name containing " << tagSeparator << ":\"" << in_tag << "\" -> \"" << tag << "\"" << endl;
+// kstdWarning() << "cleaning tag name containing " << tagSeparator << ":\"" << in_tag << "\" -> \"" << tag << "\"" << endl;
return tag;
} else {
return in_tag;
}
}
+ private:
QString _tag;
QStringList _context;
unsigned int _minDisplayComponents; // minimum number of components to use in display tag
More information about the Kst
mailing list