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

List:       kde-commits
Subject:    koffice/kchart/shape
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2010-05-20 12:47:00
Message-ID: 20100520124700.94633AC8BD () svn ! kde ! org
[Download RAW message or body]

SVN commit 1128830 by rempt:

The signal signature is "double", not "qreal", and those are checked as strings.

 M  +2 -2      ChartConfigWidget.cpp  


--- trunk/koffice/kchart/shape/ChartConfigWidget.cpp #1128829:1128830
@@ -1160,11 +1160,11 @@
              this, SLOT( ui_axisScalingButtonClicked() ) );
     connect( d->axisScalingDialog.logarithmicScaling, SIGNAL( toggled( bool ) ),
              this, SLOT( ui_axisUseLogarithmicScalingChanged( bool ) ) );
-    connect( d->axisScalingDialog.stepWidth, SIGNAL( valueChanged( qreal ) ),
+    connect( d->axisScalingDialog.stepWidth, SIGNAL( valueChanged   ( double ) ),
              this, SLOT( ui_axisStepWidthChanged( qreal ) ) );
     connect ( d->axisScalingDialog.automaticStepWidth, SIGNAL( toggled( bool ) ),
               this, SLOT( ui_axisUseAutomaticStepWidthChanged( bool ) ) );
-    connect( d->axisScalingDialog.subStepWidth, SIGNAL( valueChanged( qreal ) ),
+    connect( d->axisScalingDialog.subStepWidth, SIGNAL( valueChanged( double) ),
              this, SLOT( ui_axisSubStepWidthChanged( qreal ) ) );
     connect ( d->axisScalingDialog.automaticSubStepWidth, SIGNAL( toggled( bool ) ),
               this, SLOT( ui_axisUseAutomaticSubStepWidthChanged( bool ) ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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