MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / deviceNameString

Function deviceNameString

src/windscribe-cli/strings.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163QString deviceNameString(const QString &deviceName)
164{
165 return QObject::tr("(Device name: %1)").arg(deviceName);
166}
167
168QString locationsString(const QList<IPC::CliCommands::IpcLocation> &locations)
169{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected