[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Mon Jul 19 20:02:07 CEST 2004


CVS commit by arwalker: 

Remove compiler warnings.


  M +3 -3      kstplotdialog_i.cpp   1.61


--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp  #1.60:1.61
@@ -896,5 +896,5 @@ void KstPlotDialogI::updateButtons() {
   uint count = AvailableCurveList->count();
 
-  for (int i = 0; i < count; i++) {
+  for (uint i = 0; i < count; i++) {
     if (AvailableCurveList->isSelected(i)) {
       selected = true;
@@ -909,5 +909,5 @@ void KstPlotDialogI::updateButtons() {
   selected = false;
   count = DisplayedCurveList->count( );
-  for (int i = 0; i < count; i++) {
+  for (uint i = 0; i < count; i++) {
     if (DisplayedCurveList->isSelected(i)) {
       selected = true;
@@ -925,5 +925,5 @@ void KstPlotDialogI::updateButtons() {
   selected = false;
   count = PlotMarkerList->count();
-  for (int i = 0; i < count; i++) {
+  for (uint i = 0; i < count; i++) {
     if (PlotMarkerList->isSelected(i)) {
       selected = true;





More information about the Kst mailing list