mirror of
https://github.com/PabloMK7/citra.git
synced 2025-07-23 12:56:51 +00:00
Convert old logging calls to new logging macros
This commit is contained in:
parent
6390c66e95
commit
0600e2d8b5
65 changed files with 502 additions and 516 deletions
src/citra_qt/util
|
@ -244,7 +244,7 @@ QValidator::State CSpinBox::validate(QString& input, int& pos) const
|
|||
if (strpos >= input.length() - HasSign() - suffix.length())
|
||||
return QValidator::Intermediate;
|
||||
|
||||
_dbg_assert_(GUI, base <= 10 || base == 16);
|
||||
_dbg_assert_(Frontend, base <= 10 || base == 16);
|
||||
QString regexp;
|
||||
|
||||
// Demand sign character for negative ranges
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue