mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 02:54:33 +02:00
* Call setLoaded() from DynamicPlaylist.
This commit is contained in:
@@ -416,6 +416,7 @@ DynamicPlaylist::setRevision( const QString& rev,
|
||||
|
||||
// qDebug() << "EMITTING REVISION LOADED 1!";
|
||||
setBusy( false );
|
||||
setLoaded( true );
|
||||
emit dynamicRevisionLoaded( dpr );
|
||||
}
|
||||
|
||||
@@ -492,6 +493,7 @@ DynamicPlaylist::setRevision( const QString& rev,
|
||||
|
||||
// qDebug() << "EMITTING REVISION LOADED 2!";
|
||||
setBusy( false );
|
||||
setLoaded( true );
|
||||
emit dynamicRevisionLoaded( dpr );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user