Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ URL
Method
URL
qrenderdoc/Code/Interface/PersistantConfig.cpp:782–785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
780
}
781
782
rdcstr BugReport::URL() const
783
{
784
return lit(BUGREPORT_URL
"/report/%1"
).arg(QString(reportId));
785
}
786
787
BugReport::operator QVariant() const
788
{
Callers
3
MainWindow
Method · 0.45
PopulateReportedBugs
Method · 0.45
sendReport
Method · 0.45
Calls
2
QString
Function · 0.50
arg
Method · 0.45
Tested by
no test coverage detected