MCPcopy Create free account
hub / github.com/QNapi/qnapi / displayableVersion

Method displayableVersion

libqnapi/src/libqnapi.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33QString LibQNapi::version() { return QString(QNAPI_VERSION); }
34
35QString LibQNapi::displayableVersion() {
36 return QString(QNAPI_DISPLAYABLE_VERSION);
37}
38
39QString LibQNapi::webpageUrl() { return QString(QNAPI_URL); }
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected