mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Fix wrong signal name in Scrobbler.
This commit is contained in:
@@ -57,7 +57,7 @@ Scrobbler::Scrobbler( QObject* parent )
|
|||||||
ldir.mkpath( lpath );
|
ldir.mkpath( lpath );
|
||||||
}
|
}
|
||||||
|
|
||||||
connect( TomahawkSettings::instance(), SIGNAL( settingsChanged() ),
|
connect( TomahawkSettings::instance(), SIGNAL( changed() ),
|
||||||
SLOT( settingsChanged() ), Qt::QueuedConnection );
|
SLOT( settingsChanged() ), Qt::QueuedConnection );
|
||||||
|
|
||||||
connect( AudioEngine::instance(), SIGNAL( timerSeconds( unsigned int ) ),
|
connect( AudioEngine::instance(), SIGNAL( timerSeconds( unsigned int ) ),
|
||||||
|
Reference in New Issue
Block a user