[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Sun Dec 21 07:30:06 CET 2003
CVS commit by staikos:
store the file type
CCMAIL: 70923 at bugs.kde.org
M +1 -0 kstdatasource.cpp 1.14
--- kdeextragear-2/kst/kst/kstdatasource.cpp #1.13:1.14
@@ -270,4 +270,5 @@ QString KstDataSource::fileType() const
void KstDataSource::save(QTextStream &ts) {
ts << " <filename>" << QStyleSheet::escape(_filename) << "</filename>" << endl;
+ ts << " <type>" << QStyleSheet::escape(fileType()) << "</type>" << endl;
}
More information about the Kst
mailing list