[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/extragear/multimedia/amarok/src
From:       Erik Hovland <erik () hovland ! org>
Date:       2008-04-08 15:42:41
Message-ID: 1207669361.445313.8258.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 794773 by hovland:

Use the C++ idiom for calling the constructor.


 M  +1 -1      playlistbrowser.cpp  


--- branches/stable/extragear/multimedia/amarok/src/playlistbrowser.cpp #794772:794773
@@ -454,7 +454,7 @@
         QDomElement e = n.toElement();
         QString name = e.attribute( "name" );
         e = n.namedItem( "url" ).toElement();
-        KURL url  = KURL( e.text() );
+        KURL url( e.text() );
         last = new StreamEntry( m_coolStreams, last, url, name );
         last->setKept( false );
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic