We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c4d49 commit 6f30522Copy full SHA for 6f30522
ui/style/style_core_font.cpp
@@ -21,7 +21,7 @@
21
void style_InitFontsResource() {
22
#ifdef Q_OS_MAC // Use resources from the .app bundle on macOS.
23
24
- base::RegisterBundledResources(u"lib_ui.rcc"_q);
+ base::RegisterResourceArchive(u"lib_ui.rcc"_q);
25
26
#else // Q_OS_MAC
27
0 commit comments