[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Wed Dec 14 21:08:40 CET 2005


SVN commit 488522 by staikos:

found more lurking


 M  +11 -11    datawizard.ui.h  


--- trunk/extragear/graphics/kst/kst/datawizard.ui.h #488521:488522
@@ -577,17 +577,17 @@
     }
 
     {
-      QListViewItemIterator it(_vectors);
-      while (it.current()) {
-          QCheckListItem *i = static_cast<QCheckListItem*>(it.current());
-          if (i->isOn()) {
-        if (_radioButtonPlotPSD->isChecked() || _radioButtonPlotDataPSD->isChecked()) {
-            n_steps++;
-        }
-        n_steps++;
-          }
-          ++it;
-      }
+	QListViewItemIterator it(_vectors);
+	while (it.current()) {
+	    QCheckListItem *i = static_cast<QCheckListItem*>(it.current());
+	    if (i->isOn()) {
+		if (_radioButtonPlotPSD->isChecked() || _radioButtonPlotDataPSD->isChecked()) {
+		    n_steps++;
+		}
+		n_steps++;
+	    }
+	    ++it;
+	}
     }
 
     KstVectorPtr xv;


More information about the Kst mailing list