mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 15:19:58 +00:00
game_list: Replace 0 literals with nullptr
This commit is contained in:
parent
dd4582f85d
commit
aa05d36823
1 changed files with 1 additions and 1 deletions
|
@ -151,6 +151,6 @@ void GameListWorker::run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameListWorker::Cancel() {
|
void GameListWorker::Cancel() {
|
||||||
disconnect(this, 0, 0, 0);
|
disconnect(this, nullptr, nullptr, nullptr);
|
||||||
stop_processing = true;
|
stop_processing = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue