[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Dec 16 20:21:05 CET 2004
CVS commit by staikos:
since we're compatibility committed, let's start marking these things (or
anything else we notice in the source) with #### Kst2 to remember to remove
them.
As for the file format, maybe we should bump a version number of the file
format in Kst2 so we can move compatibility parsing out of the main Kst reader
M +1 -0 kstdoc.cpp 1.146
--- kdeextragear-2/kst/kst/kstdoc.cpp #1.145:1.146
@@ -498,4 +498,5 @@ void KstDoc::saveDocument(QTextStream& t
<< "\" display=\""
<< KstApp::inst()->graphFileDlg()->display()
+ // #### Kst2 Remove me - compatibility
<< "\" square=\""
<< (KstApp::inst()->graphFileDlg()->display() == 1 ? "true" : "false");
More information about the Kst
mailing list