forked from dolphin-emu/dolphin
Given this member function returns a const reference to a QString, it can be made const qualified, since it doesn't modify internal state.
Given this member function returns a const reference to a QString, it can be made const qualified, since it doesn't modify internal state.