devicediagnostics/devdiagapp/src/devdiagsuitecontainer.cpp
changeset 2 a5fecba4b1e4
parent 0 3ce708148e4d
equal deleted inserted replaced
1:4490afcb47b1 2:a5fecba4b1e4
   425         }
   425         }
   426     else 
   426     else 
   427         {
   427         {
   428         icons = iListBox->ItemDrawer()->ColumnData()->IconArray();
   428         icons = iListBox->ItemDrawer()->ColumnData()->IconArray();
   429         }
   429         }
   430     	
   430     if(icons)
   431     for ( TInt i = 0; i < iChildren.Count(); ++i )
   431     	{	
       
   432     	for ( TInt i = 0; i < iChildren.Count(); ++i )
   432         {
   433         {
   433         icons->AppendL( iChildren[i]->CreateIconL( ));
   434         icons->AppendL( iChildren[i]->CreateIconL( ));
   434         }   
   435         }
       
   436       }   
   435     }
   437     }
   436 
   438 
   437 
   439 
   438 
   440 
   439 
   441