[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Jun 15 21:24:00 CEST 2004


CVS commit by arwalker: 

Removed compiler warning.


  M +1 -1      datawizard.ui.h   1.40


--- kdeextragear-2/kst/kst/datawizard.ui.h  #1.39:1.40
@@ -484,5 +484,5 @@ void DataWizard::finished()
         if (_radioButtonPlotDataPSD->isChecked()) { // if xy and psd
           ++pit;
-          if (plots.findIndex(*pit) >= plots.count()/2) {
+          if (plots.findIndex(*pit) >= (int)plots.count()/2) {
             pit = plots.begin();
           }





More information about the Kst mailing list