mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Remove use of ToQStr to convert rdctype::str to QString
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
case 2: return ToQStr(msg.severity);
|
||||
case 3: return ToQStr(msg.category);
|
||||
case 4: return msg.messageID;
|
||||
case 5: return ToQStr(msg.description);
|
||||
case 5: return msg.description;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user