From f4f553566dc1fc8051156a232f257c25a48293df Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 11 Sep 2014 23:57:36 +0100 Subject: [PATCH] Style fixes --- src/libtomahawk/database/DatabaseCommand_SocialAction.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/database/DatabaseCommand_SocialAction.h b/src/libtomahawk/database/DatabaseCommand_SocialAction.h index 8557d3d4e..5142c2c07 100644 --- a/src/libtomahawk/database/DatabaseCommand_SocialAction.h +++ b/src/libtomahawk/database/DatabaseCommand_SocialAction.h @@ -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() );