Initialize to 0
This commit is contained in:
@@ -46,7 +46,7 @@ class AlbumCoverFetcherSearch;
|
|||||||
|
|
||||||
// This class represents a single search-for-cover request. It identifies and describes the request.
|
// This class represents a single search-for-cover request. It identifies and describes the request.
|
||||||
struct CoverSearchRequest {
|
struct CoverSearchRequest {
|
||||||
explicit CoverSearchRequest() : id(-1), search(false), batch(false) {}
|
explicit CoverSearchRequest() : id(0), search(false), batch(false) {}
|
||||||
|
|
||||||
// An unique (for one AlbumCoverFetcher) request identifier
|
// An unique (for one AlbumCoverFetcher) request identifier
|
||||||
quint64 id;
|
quint64 id;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class LyricsProviders;
|
|||||||
class LyricsFetcherSearch;
|
class LyricsFetcherSearch;
|
||||||
|
|
||||||
struct LyricsSearchRequest {
|
struct LyricsSearchRequest {
|
||||||
explicit LyricsSearchRequest() : id(-1) {}
|
explicit LyricsSearchRequest() : id(0) {}
|
||||||
quint64 id;
|
quint64 id;
|
||||||
QString artist;
|
QString artist;
|
||||||
QString album;
|
QString album;
|
||||||
|
|||||||
Reference in New Issue
Block a user