Skip to content
Commit 540027b6 authored by Volker Krause's avatar Volker Krause
Browse files

Implement session management file reading without QTextStream

This is needed due to QTextStream::setCodec being gone without replacement
in Qt6. Instead just read the one line we need here via the QFile API. The
input to this file is a raw const char*, so we can read this without
applying any text codec. There's a subtle difference to keep in mind
though, QFile::readLine includes the line break, QTextStream does not.
parent cda5edbd
Pipeline #148901 passed with stage
in 11 minutes and 55 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