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