mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-06-30 22:09:34 +02:00
Bose: Fix unitialized compiler warning
This commit is contained in:
parent
f111b77bc0
commit
ffef58c313
@ -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