Add --replayhost command line option for qrenderdoc

This allows users to specify which remote host to connect to on startup.
This commit is contained in:
Haiyu Zhen
2019-02-07 23:46:33 +00:00
committed by Baldur Karlsson
parent 4699b459e5
commit ca54a910f5
6 changed files with 52 additions and 16 deletions
+1
View File
@@ -73,6 +73,7 @@ public:
void show();
void setProgress(float val);
void setRemoteHost(int hostIdx);
void takeCaptureOwnership() { m_OwnTempCapture = true; }
void captureModified();
void LoadFromFilename(const QString &filename, bool temporary);