forked from len0rd/rockbox
rbutil: Fix various issues found by clazy.
Change-Id: I91ca2baed34f0f3b561602f95f66bbd4e17e74ab
This commit is contained in:
parent
0768705545
commit
01e245417e
9 changed files with 15 additions and 19 deletions
|
@ -197,7 +197,7 @@ QStringList TTSSapi::getVoiceList(QString language)
|
|||
voicescript->closeWriteChannel();
|
||||
voicescript->waitForReadyRead();
|
||||
|
||||
QString dataRaw = voicescript->readAllStandardError().data();
|
||||
const QString dataRaw = voicescript->readAllStandardError().constData();
|
||||
if(dataRaw.startsWith("Error")) {
|
||||
LOG_INFO() << "Error:" << dataRaw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue