Tests/SmfTestMusicnActivty/SmfTestMusicnActivity.cpp
changeset 27 b3e1347ac96a
parent 26 83d6a149c755
--- a/Tests/SmfTestMusicnActivty/SmfTestMusicnActivity.cpp	Mon Oct 11 21:59:54 2010 +0530
+++ b/Tests/SmfTestMusicnActivty/SmfTestMusicnActivity.cpp	Tue Oct 12 15:23:52 2010 +0530
@@ -473,7 +473,7 @@
 			}
 			
 		//display friends information
-		int count = 0;
+		
 		qDebug()<<"Number of friends retrieved = "<<list->count();
 		if(0 == list->count())
 			{
@@ -544,7 +544,7 @@
 			}
 			
 		//display friends information
-		int count = 0;
+		
 		qDebug()<<"Number of friends retrieved = "<<list->count();
 		if(0 == list->count())
 			{
@@ -615,7 +615,7 @@
 		}
 		
 	//display friends information
-	int count = 0;
+	
 	qDebug()<<"Number of friends retrieved = "<<list->count();
 	if(0 == list->count())
 		{