Skip to content

Commit

Permalink
Change made to ignore any unknown element in the card (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumykun authored Aug 2, 2023
1 parent d762aa8 commit 73d7a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/qml/Library/RendererQml/AdaptiveElementRenderers.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace RendererQml
}
}

throw std::invalid_argument(Formatter() << "Unable to locate renderer for " << type.name());
return nullptr;
}

private:
Expand Down

0 comments on commit 73d7a09

Please sign in to comment.