1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00
Rare/rare/components/tabs/games/game_info
loathingKernel 6b0bf9621d
GameDlcWidget: Fix crash when installing or uninstalling a DLC
When the user navigates to a different game info page, the dlc widgets
get deleted. Because the signal was connected to a lambda, the connection
wasn't severed upon deletion and once the DLC would finish downloading,
Rare would crash because the object with the piggyback signal was already
deleted. By using a dedicated slot to emit the signal we ensure that the
connction is severed at Qt object deletion
2023-05-29 03:04:43 +03:00
..
__init__.py GameInfo: Enable Import Game button, redirects to Import Game tab 2023-05-03 17:27:36 +03:00
cloud_saves.py Update loading widget 2023-04-05 13:09:34 +02:00
game_dlc.py GameDlcWidget: Fix crash when installing or uninstalling a DLC 2023-05-29 03:04:43 +03:00
game_info.py GameInfo: Enable Import Game button, redirects to Import Game tab 2023-05-03 17:27:36 +03:00
game_settings.py GameSettings: Ignore override checks if the game is not installed 2023-03-29 14:01:57 +03:00
move_game.py IndicatorLineEdit: Wrap edit_func inside the QRunnable 2023-03-15 18:25:32 +02:00