MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / documentationUrl

Function documentationUrl

syncthingwidgets/misc/utils.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31QString documentationUrl()
32{
33#ifdef Q_OS_ANDROID
34 return QStringLiteral(APP_URL "/../doc/" PROJECT_VARNAME "/docs/android.html");
35#else
36 return QStringLiteral(APP_URL "/../doc/" PROJECT_VARNAME "/README.html");
37#endif
38}
39
40} // namespace QtGui

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected