mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 19:35:47 +00:00
game_list: Replace 0 literals with nullptr
This commit is contained in:
parent
f5636c45fb
commit
da804ef0ff
1 changed files with 1 additions and 1 deletions
|
@ -151,6 +151,6 @@ void GameListWorker::run() {
|
|||
}
|
||||
|
||||
void GameListWorker::Cancel() {
|
||||
disconnect(this, 0, 0, 0);
|
||||
disconnect(this, nullptr, nullptr, nullptr);
|
||||
stop_processing = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue