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

Function connectivityString

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

Source from the content-addressed store, hash-verified

3using namespace wsnet;
4
5QString connectivityString(bool connectivity)
6{
7 return QObject::tr("Internet connectivity: %1").arg(connectivity ? QObject::tr("available") : QObject::tr("unavailable"));
8}
9
10QString loginStateString(LOGIN_STATE state, wsnet::LoginResult loginError, const QString &loginErrorMessage, bool showPrefix)
11{

Callers 1

onStateResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected