diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-24 21:54:10 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-24 22:24:40 -0400 |
commit | d623e38d183a61cf1a9314fb88e65915af4f69c0 (patch) | |
tree | fd33162e1f442258d7e53ddc59d62bb5bfea9757 /src/yuzu/configuration/configure_debug.cpp | |
parent | 1a2d90ab0936bc53cc856bacbf73e88c52f926fd (diff) |
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.
Diffstat (limited to 'src/yuzu/configuration/configure_debug.cpp')
0 files changed, 0 insertions, 0 deletions