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

List:       kde-commits
Subject:    [Amarok] aa5ca5d: fa44c02f changed behavior vs. what 4.6 made out of
From:       Eike Hein <sho () eikehein ! com>
Date:       2010-03-17 18:06:03
Message-ID: 201003171806.o2HI63CC010301 () kore ! kollide ! net
[Download RAW message or body]

commit aa5ca5d179d084e99c8a477084ba717c35aa5030
Author: Eike Hein <sho@eikehein.com>
Date:   Wed Mar 17 19:01:11 2010 +0100

    fa44c02f changed behavior vs. what 4.6 made out of those 0 initializations; fix \
it.

diff --git a/src/aboutdialog/libattica-ocsclient/knowledgebase.cpp \
b/src/aboutdialog/libattica-ocsclient/knowledgebase.cpp index 68c2a7f..0758507 100644
--- a/src/aboutdialog/libattica-ocsclient/knowledgebase.cpp
+++ b/src/aboutdialog/libattica-ocsclient/knowledgebase.cpp
@@ -25,8 +25,7 @@
 using namespace AmarokAttica;
 
 KnowledgeBase::KnowledgeBase()
-    : m_id('0'),
-      m_contentId(0),
+    : m_contentId(0),
       m_comments(0)
 {
 }
diff --git a/src/context/applets/photos/DragPixmapItem.cpp \
b/src/context/applets/photos/DragPixmapItem.cpp index 3fd862e..718aa64 100644
--- a/src/context/applets/photos/DragPixmapItem.cpp
+++ b/src/context/applets/photos/DragPixmapItem.cpp
@@ -34,7 +34,6 @@
 DragPixmapItem::DragPixmapItem( QGraphicsItem* parent )
     : QGraphicsPixmapItem( parent )
     , m_dragPos( QPoint() )
-    , m_url( '0' )
 {
     setAcceptDrops( true );
     setCursor( Qt::PointingHandCursor );
diff --git a/src/context/widgets/TextScrollingWidget.cpp \
b/src/context/widgets/TextScrollingWidget.cpp index 4c85a4c..3dae920 100644
--- a/src/context/widgets/TextScrollingWidget.cpp
+++ b/src/context/widgets/TextScrollingWidget.cpp
@@ -35,7 +35,6 @@
 TextScrollingWidget::TextScrollingWidget( QGraphicsItem* parent )
     : QGraphicsTextItem( parent )
     , m_fm( 0 )
-    , m_text( '0' )
     , m_delta( 0 )
     , m_currentDelta( 0. )
     , m_animfor( 0 )
diff --git a/src/services/ServiceMetaBase.cpp b/src/services/ServiceMetaBase.cpp
index 695cec0..6e348c0 100644
--- a/src/services/ServiceMetaBase.cpp
+++ b/src/services/ServiceMetaBase.cpp
@@ -136,13 +136,9 @@ ServiceTrack::ServiceTrack( const QString & name )
     , m_id( 0 )
     , m_trackNumber( 0 )
     , m_length( 0 )
-    , m_displayUrl( '0' )
-    , m_playableUrl( '0' )
-    , m_downloadableUrl( '0' )
     , m_albumId( 0 )
     , m_albumName( '0' )
     , m_artistId( 0 )
-    , m_artistName( '0' )
     , m_name( name )
 {
 }
@@ -575,7 +571,6 @@ ServiceArtist::ServiceArtist( const QString & name )
     , BookmarkThisProvider()
     , m_id( 0 )
     , m_name( name )
-    , m_description( '0' )
     , m_tracks()
 {
     //nothing to do
@@ -685,7 +680,6 @@ ServiceAlbum::ServiceAlbum( const QString & name )
     , m_isCompilation( false )
     , m_albumArtist( 0 )
     , m_artistId( 0 )
-    , m_artistName( '0' )
 {
     //nothing to do
 }
diff --git a/utilities/afttagger/SafeFileSaver.cpp \
b/utilities/afttagger/SafeFileSaver.cpp index 4c43904..f481955 100644
--- a/utilities/afttagger/SafeFileSaver.cpp
+++ b/utilities/afttagger/SafeFileSaver.cpp
@@ -35,7 +35,6 @@ SafeFileSaver::SafeFileSaver( const QString &origPath )
     : m_origPath( origPath )
     , m_tempSavePath()
     , m_origRenamedSavePath()
-    , m_tempSaveDigest( '0' )
     , m_cleanupNeeded( false )
     , m_verbose( false )
     , m_prefix( "safefilesaver" )


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

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