[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Jan 31 04:05:56 CET 2005


CVS commit by staikos: 

implement a load() virtual to tell the widget to load its settings.


  M +4 -0      kstdatasource.cpp   1.52
  M +1 -0      kstdatasource.h   1.33


--- kdeextragear-2/kst/kst/kstdatasource.cpp  #1.51:1.52
@@ -619,4 +619,8 @@ void KstDataSourceConfigWidget::save() {
 
 
+void KstDataSourceConfigWidget::load() {
+}
+
+
 void KstDataSourceConfigWidget::setConfig(KConfig *cfg) {
   _cfg = cfg;

--- kdeextragear-2/kst/kst/kstdatasource.h  #1.32:1.33
@@ -208,4 +208,5 @@ class KstDataSourceConfigWidget : public
 
   public slots:
+    virtual void load();
     virtual void save();
 




More information about the Kst mailing list