[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Wed Nov 23 06:38:10 CET 2005
SVN commit 482504 by staikos:
use a uint for the count
M +1 -1 kstchangenptsdialog_i.cpp
--- trunk/extragear/graphics/kst/kst/kstchangenptsdialog_i.cpp #482503:482504
@@ -164,7 +164,7 @@
void KstChangeNptsDialogI::updateTimeCombo() {
KstRVectorList rvl = kstObjectSubList<KstVector,KstRVector>(KST::vectorList);
- int cnt = CurveList->count();
+ uint cnt = CurveList->count();
bool supportsTime = true;
for (uint i = 0; i < cnt; ++i) {
if (CurveList->isSelected(i)) {
More information about the Kst
mailing list