MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetLayoutPath

Method GetLayoutPath

qrenderdoc/Windows/MainWindow.cpp:579–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579QString MainWindow::GetLayoutPath(int layout)
580{
581 QString filename = lit("DefaultLayout.config");
582
583 if(layout > 0)
584 filename = lit("Layout%1.config").arg(layout);
585
586 return ConfigFilePath(filename);
587}
588
589void MainWindow::on_action_Exit_triggered()
590{

Callers

nothing calls this directly

Calls 2

ConfigFilePathFunction · 0.50
argMethod · 0.45

Tested by

no test coverage detected