mirror of
https://git.uzuy-edge.org/Uzuy-X/Uzuy.git
synced 2024-12-12 02:04:52 +00:00
game_list: Replace 0 literals with nullptr
This commit is contained in:
parent
dd4582f85d
commit
aa05d36823
@ -151,6 +151,6 @@ void GameListWorker::run() {
|
||||
}
|
||||
|
||||
void GameListWorker::Cancel() {
|
||||
disconnect(this, 0, 0, 0);
|
||||
disconnect(this, nullptr, nullptr, nullptr);
|
||||
stop_processing = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user