mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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 |