Don't use ToQStr for converting rdcstr to QString, just cast

This commit is contained in:
baldurk
2018-01-02 16:58:31 +00:00
parent 1b50521704
commit 089b9c1ece
@@ -343,7 +343,7 @@ void AddRecentFile(rdcarray<rdcstr> &recentList, const rdcstr &file, int maxItem
if(path.isEmpty())
{
qWarning() << "Got empty path from " << ToQStr(file);
qWarning() << "Got empty path from " << QString(file);
return;
}