MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ~BufferFormatSpecifier

Method ~BufferFormatSpecifier

qrenderdoc/Widgets/BufferFormatSpecifier.cpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192BufferFormatSpecifier::~BufferFormatSpecifier()
193{
194 delete ui;
195
196 // unregister any shortcuts on this window
197 if(m_Ctx)
198 m_Ctx->GetMainWindow()->UnregisterShortcut(QString(), this);
199}
200
201void BufferFormatSpecifier::setAutoFormat(QString autoFormat)
202{

Callers

nothing calls this directly

Calls 3

UnregisterShortcutMethod · 0.80
QStringFunction · 0.50
GetMainWindowMethod · 0.45

Tested by

no test coverage detected