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:
parent
c07ddafcb8
commit
f4f553566d
@ -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() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user