Fix a few issues with Bidoo under Cardinal
This commit is contained in:
parent
a808190e9a
commit
066344b8b0
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ void InstantiateExpanderItem::onAction(const event::Action &e) {
|
|||
}
|
||||
|
||||
json_t* BidooModule::dataToJson() {
|
||||
return nullptr;
|
||||
return json_object();
|
||||
}
|
||||
|
||||
void BidooModule::dataFromJson(json_t*) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue