Qt: Add runtime downloading of OSD fonts

This commit is contained in:
Stenzek
2024-01-10 14:11:38 +10:00
parent 55a76892ae
commit 573dfd2a26
4 changed files with 101 additions and 65 deletions

View File

@ -259,7 +259,7 @@ void RunOnUIThread(const std::function<void()>& func, bool block = false);
const char* GetDefaultLanguage();
/// Call when the language changes.
void InstallTranslator();
void InstallTranslator(QWidget* dialog_parent);
/// Returns the application name and version, optionally including debug/devel config indicator.
QString GetAppNameAndVersion();