Bose: Fix unitialized compiler warning
This commit is contained in:
parent
f111b77bc0
commit
ffef58c313
@ -127,7 +127,7 @@ struct InfoObject {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct ArtObject {
|
struct ArtObject {
|
||||||
ART_STATUS artStatus;
|
ART_STATUS artStatus = ART_STATUS_INVALID;
|
||||||
QString url;
|
QString url;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user