[Kst] branches/work/kst/portto4/kst/src/libkst

Mike Fenton mike at staikos.net
Thu Apr 30 19:57:10 CEST 2009


SVN commit 961799 by fenton:

Remove old signal.


 M  +0 -3      scalar.h  
 M  +0 -3      string_kst.h  


--- branches/work/kst/portto4/kst/src/libkst/scalar.h #961798:961799
@@ -79,9 +79,6 @@
     bool editable() const;
     void setEditable(bool editable);
 
-  signals:
-    void trigger();
-
   protected:
     double _value;
 
--- branches/work/kst/portto4/kst/src/libkst/string_kst.h #961798:961799
@@ -66,9 +66,6 @@
     bool editable() const { return _editable; }
     void setEditable(bool editable) { _editable = editable; }
 
-  signals:
-    void trigger();
-
   protected:
     QString _value;
 


More information about the Kst mailing list