MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / checkVersionAsync

Method checkVersionAsync

qevercloud/generated/services.cpp:8923–8927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8921}
8922
8923AsyncResult* UserStore::checkVersionAsync(QString clientName, qint16 edamVersionMajor, qint16 edamVersionMinor)
8924{
8925 QByteArray params = UserStore_checkVersion_prepareParams(clientName, edamVersionMajor, edamVersionMinor);
8926 return new AsyncResult(url_, params, UserStore_checkVersion_readReplyAsync);
8927}
8928
8929QByteArray UserStore_getBootstrapInfo_prepareParams(QString locale)
8930{

Callers

nothing calls this directly

Tested by

no test coverage detected