Commit a5ac53dd authored by Lioncash's avatar Lioncash
Browse files

game_list: Use QString::fromStdString() where applicable instead of c_str()

The codec used by Qt for const char* and std::string don't necessarily
have to be the same depending on locale. Therefore, we should be using
the correct functions to do the conversions.
parent 1ac45342
Supports Markdown
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