diff --git a/qrenderdoc/Code/Interface/PersistantConfig.cpp b/qrenderdoc/Code/Interface/PersistantConfig.cpp index ae2cee92a..f391f4c0d 100644 --- a/qrenderdoc/Code/Interface/PersistantConfig.cpp +++ b/qrenderdoc/Code/Interface/PersistantConfig.cpp @@ -343,7 +343,7 @@ void AddRecentFile(rdcarray &recentList, const rdcstr &file, int maxItem if(path.isEmpty()) { - qWarning() << "Got empty path from " << ToQStr(file); + qWarning() << "Got empty path from " << QString(file); return; }