[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/1.6/kst/src/libkstapp
From:       Andrew Walker <arwalker () sumusltd ! com>
Date:       2007-12-04 21:30:35
Message-ID: 1196803835.182981.18630.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 744915 by arwalker:

add missing connection

 M  +2 -1      kst2dplot.cpp  


--- branches/work/kst/1.6/kst/src/libkstapp/kst2dplot.cpp #744914:744915
@@ -7221,6 +7221,7 @@
   if (!widget) {
     return;
   }
+
   connect(widget, SIGNAL(changed()), parent, SLOT(modified()));
   connect(widget->_title, SIGNAL( textChanged(const QString&) ), parent, SLOT( \
modified() ) );  connect(widget->plotColors, SIGNAL( bgChanged(const QColor&) ), \
parent, SLOT(modified()) ); @@ -7277,6 +7278,7 @@
   connect( widget->_comboBoxYInterpret, SIGNAL( activated(int) ), parent, \
SLOT(modified()));  connect( widget->_comboBoxYDisplay, SIGNAL( activated(int) ), \
parent, SLOT(modified()));  connect( widget->_yTransformRight, SIGNAL( \
stateChanged(int) ), parent, SLOT(modified())); +  connect( \
widget->_yTransformRightExp, SIGNAL( textChanged(const QString&) ), parent, \
SLOT(modified()));  connect( widget->_yMajorTickSpacing, SIGNAL( activated(int) ), \
parent, SLOT(modified()));  connect( widget->_yMinorTicks, SIGNAL( valueChanged(int) \
), parent, SLOT(modified()));  connect( widget->_yMinorTicksAuto, SIGNAL( \
stateChanged(int) ), parent, SLOT(modified())); @@ -7400,7 +7402,6 @@
 KST_REGISTER_VIEW_OBJECT(Plot, create_Kst2DPlot, handler_Kst2DPlot)
 }
 
-
 #undef LABEL_PRECISION
 #include "kst2dplot.moc"
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic