mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
351c354680
This broke due to a change in JsonValue API. JsonValue::to_string() now returns the value serialized to a string, which may become "undefined". You kinda want JsonValue::as_string(), but that is only callable when the JsonValue *is* a string. Thankfully there is now as_string_or(alt). |
||
---|---|---|
.. | ||
BoardListModel.cpp | ||
BoardListModel.h | ||
main.cpp | ||
Makefile | ||
ThreadCatalogModel.cpp | ||
ThreadCatalogModel.h |