yuzu-mainline/src/yuzu/applets
Lioncash 139301c5a1 profile_select: Return int instead of u32 for GetIndex()
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.
2019-05-29 00:29:09 -04:00
..
error.cpp yuzu/applets/software_keyboard: Specify string conversions explicitly 2019-05-24 21:27:12 -04:00
error.h qt: Add dialog implementation of Error applet 2019-04-17 11:35:24 -04:00
profile_select.cpp profile_select: Return int instead of u32 for GetIndex() 2019-05-29 00:29:09 -04:00
profile_select.h profile_select: Return int instead of u32 for GetIndex() 2019-05-29 00:29:09 -04:00
software_keyboard.cpp yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() 2019-05-24 21:27:12 -04:00
software_keyboard.h yuzu/applets/software_keyboard: Remove unused assert header 2019-05-24 21:27:13 -04:00
web_browser.cpp web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
web_browser.h web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00