mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Style fixes
This commit is contained in:
@@ -73,7 +73,9 @@ public:
|
|||||||
* Constructor which creates a new database command for the specified social action.
|
* Constructor which creates a new database command for the specified social action.
|
||||||
*/
|
*/
|
||||||
explicit DatabaseCommand_SocialAction( const Tomahawk::trackdata_ptr& track, QString action, QString comment = "", QObject* parent = 0 )
|
explicit DatabaseCommand_SocialAction( const Tomahawk::trackdata_ptr& track, QString action, QString comment = "", QObject* parent = 0 )
|
||||||
: DatabaseCommandLoggable( parent ), m_track( track ), m_action( action )
|
: DatabaseCommandLoggable( parent )
|
||||||
|
, m_track( track )
|
||||||
|
, m_action( action )
|
||||||
{
|
{
|
||||||
setSource( SourceList::instance()->getLocal() );
|
setSource( SourceList::instance()->getLocal() );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user