dolphin-emulator/Source/Core/DolphinQt/NetPlay
Sintendo f2392e4048 Avoid map/set double lookups
Fix some common anti-patterns with these data structures.

- You can dereference the iterator returned by `find` to access the
  underlying value directly, without an extra `operator[]`/`at`.
- Rather than checking for an element before insertion/deletion, you can
  just do the operation and if needed check the return value to
  determine if the insertion/deletion succeeded.
2025-07-08 06:53:42 +02:00
..
ChunkedProgressDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
ChunkedProgressDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameDigestDialog.cpp DolphinQT/Netplay: Make variables constant 2025-05-10 13:05:54 +02:00
GameDigestDialog.h NetPlay: rename md5 -> game digest 2022-08-02 22:25:05 -07:00
GameListDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
GameListDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NetPlayBrowser.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
NetPlayBrowser.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
NetPlayDialog.cpp Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
NetPlayDialog.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
NetPlaySetupDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
NetPlaySetupDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PadMappingDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
PadMappingDialog.h NetPlay: GBA Support 2021-07-13 16:43:59 +02:00