mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 20:11:00 +00:00
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 | ||