Fix warning with Qt 5.8
ClosedPublic

Authored by cfeck on Feb 21 2017, 4:13 AM.

Details

Summary

operator==(QChar, T) [with T = int] is deprecated: don't compare ints to QChars, compare them to QChar::unicode() instead.

Test Plan

Only compilation tested.

Diff Detail

Repository
R347 KWave
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
cfeck created this revision.Feb 21 2017, 4:13 AM
This revision was automatically updated to reflect the committed changes.