size_t -> int ... this time

This commit is contained in:
Christophe Alexandre 2008-08-29 14:48:23 +00:00
parent 7752e70a05
commit a387532310
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace Hurricane {
_nextAction->setObjectName ( "viewer.file.nextBreakpoint" );
_nextAction->setStatusTip ( tr("Proceed to the next breakpoint") );
for ( size_t i=0 ; i<CellHistorySize ; i++ ) {
for ( int i=0 ; i<CellHistorySize ; i++ ) {
_cellHistoryAction[i] = new QAction ( this );
_cellHistoryAction[i]->setObjectName ( QString("viewer.file.cellHistory[%1]").arg(i) );
_cellHistoryAction[i]->setVisible ( false );