You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QLoggingRegistry: don't use QTextStream for the QT_LOGGING_RULES env var
We can use the existing QStringView-based rules parser. Additionally, we
can make this even better by avoiding the QString::replace() call and
simply tokenize on the semi-colon character (';').
Change-Id: I89d3890da482fc684abafffdd56ec17cad908f21
Reviewed-by: Ivan Solovev <[email protected]>
0 commit comments