[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Jun 2 21:35:30 CEST 2003


CVS commit by staikos: 

add debug temporarily to track usage


  M +3 -0      kstscalar.cpp   1.6


--- kdeextragear-2/kst/kst/kstscalar.cpp  #1.5:1.6
@@ -18,4 +18,5 @@
 #include "kstscalar.h"
 #include <klocale.h>
+#include <kdebug.h>
 
 /** Create the base scalar */
@@ -24,7 +25,9 @@ KstScalar::KstScalar(const QString& in_t
   _value = 0.0;
   _sValue = i18n("non-updated scalar");
+  kdDebug() << "KstScalar created: " << (void *)this << endl;
 }
 
 KstScalar::~KstScalar() {
+  kdDebug() << "KstScalar destroyed: " << (void *)this << endl;
 }
 




More information about the Kst mailing list