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

Class RemoteConnect

qrenderdoc/Windows/Dialogs/RemoteManager.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include "ui_RemoteManager.h"
33
34struct RemoteConnect
35{
36 RemoteConnect() {}
37 RemoteConnect(const QString &h, const QString &f, uint32_t i) : host(h), friendly(f), ident(i) {}
38 QString host;
39 QString friendly;
40 uint32_t ident = 0;
41};
42
43Q_DECLARE_METATYPE(RemoteConnect);
44

Callers 1

getRemoteConnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected