mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-26 07:14:47 +02:00
Fix registering DatabaseCommand_LoadSocialActions::TrackActions metatype
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
|||||||
: DatabaseCommand( parent ), m_actionOnly( action )
|
: DatabaseCommand( parent ), m_actionOnly( action )
|
||||||
{
|
{
|
||||||
setSource( source );
|
setSource( source );
|
||||||
qRegisterMetaType<TrackActions>( "DatabaseCommand_LoadSocialAction::TrackActions" );
|
qRegisterMetaType<TrackActions>( "DatabaseCommand_LoadSocialActions::TrackActions" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user