Qt: Compile warning fix

This commit is contained in:
Stenzek
2025-11-28 11:54:48 +10:00
parent cc6bfeb976
commit 5b1e0117c9

View File

@@ -131,7 +131,6 @@ static bool RunSetupWizard();
static void UpdateFontOrder(std::string_view language);
static void UpdateApplicationLocale(std::string_view language);
static std::string_view GetSystemLanguage();
static std::optional<bool> DownloadFile(QWidget* parent, const QString& title, std::string url, std::vector<u8>* data);
static void InitializeEarlyConsole();
static void HookSignals();
static void PrintCommandLineVersion();