mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
Qt uses a signed value to represent indices. We should follow this convention where applicable to avoid unnecessary sign-conversion warnings, as well as making it easier to interoperate with other aspects of Qt. While we're at it, we can also make a sign-conversion explicit. |
||
|---|---|---|
| .. | ||
| error.cpp | ||
| error.h | ||
| profile_select.cpp | ||
| profile_select.h | ||
| software_keyboard.cpp | ||
| software_keyboard.h | ||
| web_browser.cpp | ||
| web_browser.h | ||