mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
fix: resolve X11 macro conflicts with enum values and Qt constants
Rename Success enums and fix Qt event types to avoid X11 macro conflicts. Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -455,7 +455,7 @@ void UpdaterService::OnDownloadFinished() {
|
||||
}
|
||||
|
||||
emit UpdateInstallProgress(100, QStringLiteral("Update completed successfully!"));
|
||||
emit UpdateCompleted(UpdateResult::Success, QStringLiteral("Update installed successfully. Please restart the application."));
|
||||
emit UpdateCompleted(UpdateResult::UpdateSuccess, QStringLiteral("Update installed successfully. Please restart the application."));
|
||||
|
||||
update_in_progress.store(false);
|
||||
CleanupFiles();
|
||||
|
||||
Reference in New Issue
Block a user