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

Method remotesAdded

qrenderdoc/Windows/Dialogs/SuggestRemoteDialog.cpp:65–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void SuggestRemoteDialog::remotesAdded()
66{
67 if(m_Remotes->isEmpty())
68 return;
69
70 // update text and buttons to reflect that remote hosts are configured
71 ui->warning->setText(m_WarningStart +
72 tr("Currently you have no remote context selected, would you like\n") +
73 tr("to choose a remote context to replay on, or continue and load\n") +
74 tr("the capture locally?"));
75
76 ui->remote->setEnabled(true);
77 ui->remote->setText(tr("Remote"));
78}
79
80bool SuggestRemoteDialog::alwaysReplayLocally()
81{

Callers 1

LoadCaptureMethod · 0.80

Calls 3

trFunction · 0.50
isEmptyMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected