1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-31 06:02:27 +02:00

Warnings--

This commit is contained in:
Jeff Mitchell 2011-04-22 09:58:43 -04:00
parent a8253c4abd
commit 89606c49d4

View File

@ -110,8 +110,8 @@ Playlist::Playlist( const source_ptr& src,
, m_title( title )
, m_info( info )
, m_creator( creator )
, m_createdOn( createdOn )
, m_lastmodified( lastmod )
, m_createdOn( createdOn )
, m_shared( shared )
{
// qDebug() << Q_FUNC_INFO << "1";
@ -131,8 +131,8 @@ Playlist::Playlist( const source_ptr& author,
, m_title( title )
, m_info ( info )
, m_creator( creator )
, m_createdOn( 0 ) // will be set by db command
, m_lastmodified( 0 )
, m_createdOn( 0 ) // will be set by db command
, m_shared( shared )
{
qDebug() << Q_FUNC_INFO << "2";