MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / version

Method version

ui-linux/src/backend.cpp:785–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783#define CR_VERSION "2.0.5"
784#endif
785QString Backend::version() const { return QStringLiteral(CR_VERSION); }
786
787int Backend::remoteOnlyAppCount() const {
788 int count = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected