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

Function updateString

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

Source from the content-addressed store, hash-verified

142}
143
144QString updateString(const QString &updateAvailable)
145{
146 if (!updateAvailable.isEmpty()) {
147 return QObject::tr("Update available: %1").arg(updateAvailable);
148 }
149 return QObject::tr("No update available");
150}
151
152QString updateErrorString(UPDATE_VERSION_ERROR error)
153{

Callers 1

onStateResponseMethod · 0.85

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected