[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Jun 10 18:50:24 CEST 2003
CVS commit by staikos:
remove some debug, add a compile fix for the new RESTORE() macro
M +1 -1 kstvector.cpp 1.17
M +1 -1 main.cpp 1.21
M +0 -1 pluginxmlparser.cpp 1.11
--- kdeextragear-2/kst/kst/kstvector.cpp #1.16:1.17
@@ -38,5 +38,5 @@ KstVector::KstVector() : KstObject() {
KstVector::~KstVector() {
- kdDebug() << "+++ DELETING VECTOR: " << (void*) this << endl;
+ //kdDebug() << "+++ DELETING VECTOR: " << (void*) this << endl;
deleteScalars();
}
--- kdeextragear-2/kst/kst/main.cpp #1.20:1.21
@@ -230,5 +230,5 @@ int main(int argc, char *argv[]) {
// fclose(fp);
- RESTORE(KstApp());
+ RESTORE(KstApp);
} else {
--- kdeextragear-2/kst/kst/pluginxmlparser.cpp #1.10:1.11
@@ -33,5 +33,4 @@ PluginXMLParser::~PluginXMLParser() {
int PluginXMLParser::parseFile(const QString& filename) {
- kdDebug() << "Parsing XML file: " << filename << endl;
QFile qf(filename);
More information about the Kst
mailing list