[Marble-commits] KDE/kdeedu/marble/src/plugins/render/photo

Jens-Michael Hoffmann jensmh at gmx.de
Tue Jan 19 23:19:20 CET 2010


SVN commit 1077304 by jmhoffmann:

Fix indentation.

 M  +2 -2      FlickrParser.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/render/photo/FlickrParser.cpp #1077303:1077304
@@ -108,8 +108,8 @@
 {
     Q_ASSERT( isStartElement()
               && name() == "photo" );
-              
-        if( attributes().hasAttribute( "id" ) ) {
+
+    if( attributes().hasAttribute( "id" ) ) {
         PhotoPluginItem *item = new PhotoPluginItem( m_parent );
         item->setId( attributes().value( "id" ).toString() );
         item->setServer( attributes().value( "server" ).toString() );


More information about the Marble-commits mailing list