mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Add dialog for both managing remote hosts (add/remove) and attaching
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "RemoteHost.h"
|
||||
#include <QProcess>
|
||||
#include <QThread>
|
||||
#include "Code/QRDUtils.h"
|
||||
#include "renderdoc_replay.h"
|
||||
|
||||
RemoteHost::RemoteHost()
|
||||
@@ -102,7 +103,8 @@ void RemoteHost::CheckStatus()
|
||||
|
||||
void RemoteHost::Launch()
|
||||
{
|
||||
QProcess process;
|
||||
RDProcess process;
|
||||
process.start(RunCommand);
|
||||
process.waitForFinished(2000);
|
||||
process.detach();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user