overlays: simplify overlay_media_list_dialog

This commit is contained in:
Megamouse 2022-07-29 18:00:24 +02:00
parent 0a38800e44
commit ab6ba848b8
10 changed files with 126 additions and 108 deletions

View file

@ -92,7 +92,9 @@ LOG_CHANNEL(q_debug, "QDEBUG");
[[noreturn]] extern void report_fatal_error(std::string_view _text)
{
#ifdef __linux__
extern void jit_announce(uptr, usz, std::string_view);
#endif
std::string buf;