if the string survives roundtrip through local 8bit encoding...
| 89 | |
| 90 | // if the string survives roundtrip through local 8bit encoding... |
| 91 | bool fitsInLocal8bit(const QString & string) |
| 92 | { |
| 93 | return string == QString::fromLocal8Bit(string.toLocal8Bit()); |
| 94 | } |
| 95 | |
| 96 | void LauncherPartLaunch::executeTask() |
| 97 | { |