[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Oct 26 21:26:43 CEST 2004
CVS commit by staikos:
more uninit vars :(
M +4 -0 kstplugin.cpp 1.74
--- kdeextragear-2/kst/kst/kstplugin.cpp #1.73:1.74
@@ -35,4 +35,6 @@
KstPlugin::KstPlugin() : KstDataObject() {
+ _inStringCnt = 0;
+ _outStringCnt = 0;
commonConstructor();
}
@@ -42,4 +44,6 @@ KstPlugin::KstPlugin(QDomElement &e) : K
QString pluginName;
+ _inStringCnt = 0;
+ _outStringCnt = 0;
commonConstructor();
More information about the Kst
mailing list