[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Jan 19 00:55:32 CET 2005
CVS commit by staikos:
workaround for Qt 3.1
M +2 -1 kstplugin.cpp 1.85
--- kdeextragear-2/kst/kst/kstplugin.cpp #1.84:1.85
@@ -261,4 +261,5 @@ KstObject::UpdateType KstPlugin::update(
int itcnt = 0, vitcnt = 0, sitcnt = 0;
QDict<bool> doNew(17);
+ bool ignore = true; // work around Qt 3.1 issue
// Populate the input scalars and vectors
@@ -273,5 +274,5 @@ KstObject::UpdateType KstPlugin::update(
}
if (_inputVectors[(*it)._name]->length() == _inputVectors[(*it)._name]->numNew()) {
- doNew.insert((*it)._name, 0L);
+ doNew.insert((*it)._name, &ignore);
}
_inVectors[vitcnt] = _inputVectors[(*it)._name]->value();
More information about the Kst
mailing list