Home
last modified time | relevance | path

Searched refs:SongsUpdateProgressReceived (Results 1 – 4 of 4) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/qobuz/
H A Dqobuzservice.h140 void SongsUpdateProgressReceived(const int id, const int progress);
H A Dqobuzservice.cpp623 …s_request_.get(), &QobuzRequest::UpdateProgress, this, &QobuzService::SongsUpdateProgressReceived); in GetSongs()
644 void QobuzService::SongsUpdateProgressReceived(const int id, const int progress) { in SongsUpdateProgressReceived() function in QobuzService
/dports/audio/strawberry/strawberry-1.0.0/src/tidal/
H A Dtidalservice.h153 void SongsUpdateProgressReceived(const int id, const int progress);
H A Dtidalservice.cpp883 …s_request_.get(), &TidalRequest::UpdateProgress, this, &TidalService::SongsUpdateProgressReceived); in GetSongs()
905 void TidalService::SongsUpdateProgressReceived(const int id, const int progress) { in SongsUpdateProgressReceived() function in TidalService