1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Style fixes

This commit is contained in:
Uwe L. Korn 2014-09-11 23:57:36 +01:00
parent c07ddafcb8
commit f4f553566d

View File

@ -73,7 +73,9 @@ public:
* 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 )
: DatabaseCommandLoggable( parent ), m_track( track ), m_action( action )
: DatabaseCommandLoggable( parent )
, m_track( track )
, m_action( action )
{
setSource( SourceList::instance()->getLocal() );