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
..
2018-10-05 09:27:16 -05:00
2018-08-25 14:45:50 +02:00
2019-04-21 14:16:16 +02:00
2017-09-03 11:26:10 -06:00
2018-10-20 16:31:35 +02:00
2018-10-20 16:31:35 +02:00
2018-10-20 16:31:35 +02:00
2018-11-30 14:14:41 +08:00