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