mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't use ToQStr for converting rdcstr to QString, just cast
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user