MCPcopy 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
782rdcstr BugReport::URL() const
783{
784 return lit(BUGREPORT_URL "/report/%1").arg(QString(reportId));
785}
786
787BugReport::operator QVariant() const
788{

Callers 3

MainWindowMethod · 0.45
PopulateReportedBugsMethod · 0.45
sendReportMethod · 0.45

Calls 2

QStringFunction · 0.50
argMethod · 0.45

Tested by

no test coverage detected