[Kst] kst_planckio_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Oct 10 12:20:31 CEST 2003
CVS commit by staikos:
non-planck compile fix
M +1 -4 plancktoi.cpp 1.1.2.7
--- kdeextragear-2/kst/kst/plancktoi.cpp #1.1.2.6:1.1.2.7
@@ -162,6 +162,4 @@ QSize TOI::range(const QString& group, c
Q_UNUSED(group)
Q_UNUSED(object)
- Q_UNUSED(start)
- Q_UNUSED(end)
#endif
return QSize(0, 0);
@@ -170,6 +168,5 @@ return QSize(0, 0);
int TOI::readObject(const QString& group, const QString& object, double *buf, long start, long end) {
-#if 1
-//def TOIDEBUG
+#ifdef TOIDEBUG
kdDebug() << ">>>>>>>>> TOI read object - " << group << ":" << object << " from " << start << " to " << end << endl;
#endif
More information about the Kst
mailing list