Tests/SmfTestMusicnActivty/SmfTestMusicnActivity.cpp
changeset 27 b3e1347ac96a
parent 26 83d6a149c755
equal deleted inserted replaced
26:83d6a149c755 27:b3e1347ac96a
   471 
   471 
   472 			return;
   472 			return;
   473 			}
   473 			}
   474 			
   474 			
   475 		//display friends information
   475 		//display friends information
   476 		int count = 0;
   476 		
   477 		qDebug()<<"Number of friends retrieved = "<<list->count();
   477 		qDebug()<<"Number of friends retrieved = "<<list->count();
   478 		if(0 == list->count())
   478 		if(0 == list->count())
   479 			{
   479 			{
   480 			qDebug()<<"No of tracks available!!!";
   480 			qDebug()<<"No of tracks available!!!";
   481 			return;
   481 			return;
   542 
   542 
   543 			return;
   543 			return;
   544 			}
   544 			}
   545 			
   545 			
   546 		//display friends information
   546 		//display friends information
   547 		int count = 0;
   547 		
   548 		qDebug()<<"Number of friends retrieved = "<<list->count();
   548 		qDebug()<<"Number of friends retrieved = "<<list->count();
   549 		if(0 == list->count())
   549 		if(0 == list->count())
   550 			{
   550 			{
   551 			qDebug()<<"No of tracks available!!!";
   551 			qDebug()<<"No of tracks available!!!";
   552 			return;
   552 			return;
   613 
   613 
   614 		return;
   614 		return;
   615 		}
   615 		}
   616 		
   616 		
   617 	//display friends information
   617 	//display friends information
   618 	int count = 0;
   618 	
   619 	qDebug()<<"Number of friends retrieved = "<<list->count();
   619 	qDebug()<<"Number of friends retrieved = "<<list->count();
   620 	if(0 == list->count())
   620 	if(0 == list->count())
   621 		{
   621 		{
   622 		qDebug()<<"No friends available!!!";
   622 		qDebug()<<"No friends available!!!";
   623 		return;
   623 		return;