smf/inc/common/smfmusic/smfplaylist_p.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
--- a/smf/inc/common/smfmusic/smfplaylist_p.h	Thu Apr 15 15:40:08 2010 +0530
+++ b/smf/inc/common/smfmusic/smfplaylist_p.h	Thu Apr 22 15:18:37 2010 +0530
@@ -29,22 +29,13 @@
 	/**
 	 * Constructor
 	 */
-	SmfPlaylistPrivate( ) { 
-		m_trackList.clear(); 
-		m_title.clear();
-		m_playlistId.clear();
-	}
+	SmfPlaylistPrivate( );
 	
 	/**
 	 * Copy Consturctor
 	 * @param aOther The reference object to be copy constructed
 	 */
-	SmfPlaylistPrivate( const SmfPlaylistPrivate &aOther ) : 
-		QSharedData ( aOther ), 
-		m_trackList ( aOther.m_trackList ), 
-		m_title ( aOther.m_title ),
-		m_creationDate ( aOther.m_creationDate ),
-		m_playlistId ( aOther.m_playlistId ) 	{ }
+	SmfPlaylistPrivate( const SmfPlaylistPrivate &aOther ) ;
 	
 	/**
 	 * Destructor