Removed unnecessary images from res folder and made a few cosmetic changes
[situare] / src / situareservice / situareservice.cpp
index b98140c..fcc4c4f 100644 (file)
@@ -369,7 +369,7 @@ void SituareService::parseUserData(const QByteArray &jsonReply)
 void SituareService::imageReceived(const QUrl &url, const QPixmap &image)
 {
     qDebug() << __PRETTY_FUNCTION__;
-    qDebug() << "Image URL: " << url << " size :" << image.size();    
+    qDebug() << "Image URL: " << url << " size :" << image.size();
 
     // assign facebook silhouette image to all who doesn't have a profile image
     if(url == QUrl(SILHOUETTE_URL)) {