mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Style fix, once again.
This commit is contained in:
parent
1df157976a
commit
25ef791afc
@ -61,6 +61,7 @@ inline QDataStream& operator>>(QDataStream& in, AtticaManager::StateHash& states
|
||||
return in;
|
||||
}
|
||||
|
||||
|
||||
TomahawkSettingsGui*
|
||||
TomahawkSettingsGui::instanceGui()
|
||||
{
|
||||
@ -109,12 +110,14 @@ TomahawkSettingsGui::setAtticaResolverState( const QString& resolver, AtticaMana
|
||||
sync();
|
||||
}
|
||||
|
||||
|
||||
AtticaManager::StateHash
|
||||
TomahawkSettingsGui::atticaResolverStates() const
|
||||
{
|
||||
return value( "script/atticaresolverstates" ).value< AtticaManager::StateHash >();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TomahawkSettingsGui::setAtticaResolverStates( const AtticaManager::StateHash states )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user