| 144 | } |
| 145 | |
| 146 | QString Common::readAllFileContents(const QString &filename) |
| 147 | { |
| 148 | return QString::fromUtf8(readAllFileByteContents(filename)); |
| 149 | } |
| 150 | |
| 151 | QByteArray Common::readAllFileByteContents(const QString &filename) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected