Skip to content
Commit 150546da authored by David Faure's avatar David Faure
Browse files

Fix compilation with recent Qt 5.15

QCharRef now says:

    // prevent char -> int promotion, bypassing QT_NO_CAST_FROM_ASCII
    QCharRef &operator=(char c) = delete;
    QCharRef &operator=(uchar c) = delete;
parent 4aa91c64
Pipeline #41932 failed with stage
in 5 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment