Lioncash 1eef771a10 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call
A checkbox is able to be tri-state, giving it three possible activity
types, so in the connect call here, it would actually be truncating an
int into a bool.

Instead, we can just listen on the toggled() signal, which passes along
a bool, not an int.
2019-06-09 16:22:43 +02:00
..
2019-03-06 22:43:35 -07:00
2019-03-04 23:06:42 -07:00
2019-03-04 23:07:05 -07:00
2018-08-16 10:40:52 +01:00