Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.

This commit is contained in:
Mat Sutcliffe
2018-12-23 20:12:49 +00:00
parent cba820cbce
commit 225ff81252
118 changed files with 724 additions and 721 deletions

View File

@@ -146,7 +146,7 @@ namespace BlackCore
if (urlLogList.hasPending())
{
CLogMessage(this).info("Info data reading still pending, summary: '%1'") << urlLogList.getSummary();
CLogMessage(this).info(u"Info data reading still pending, summary: '%1'") << urlLogList.getSummary();
return;
}
if (!url.isEmpty())
@@ -229,7 +229,7 @@ namespace BlackCore
Q_UNUSED(overrideNewer);
Q_ASSERT_X(false, Q_FUNC_INFO, "Not supported");
return CStatusMessage(this).error("Not supported");
return CStatusMessage(this).error(u"Not supported");
}
bool CInfoDataReader::readFromJsonFilesInBackground(const QString &dir, CEntityFlags::Entity whatToRead, bool overrideNewer)