mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Warnings--
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user