[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Tue Nov 29 06:11:06 CET 2005


SVN commit 484021 by staikos:

memory leak


 M  +1 -0      datawizard.ui  
 M  +6 -0      datawizard.ui.h  


--- trunk/extragear/graphics/kst/kst/datawizard.ui #484020:484021
@@ -1338,6 +1338,7 @@
 <slots>
     <slot access="public">setInput( const QString &amp; input )</slot>
     <slot access="private">init()</slot>
+    <slot access="private">destroy()</slot>
     <slot access="private">xChanged()</slot>
     <slot access="private">sourceChanged( const QString &amp; txt )</slot>
     <slot access="private">fieldListChanged()</slot>
--- trunk/extragear/graphics/kst/kst/datawizard.ui.h #484020:484021
@@ -56,6 +56,12 @@
 }
 
 
+void DataWizard::destroy()
+{
+    delete _configWidget;
+}
+
+
 void DataWizard::setInput(const QString &input) {
   _url->setURL(input);
 }


More information about the Kst mailing list