MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / formatFullVersion

Method formatFullVersion

src/qt/clientmodel.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196QString ClientModel::formatFullVersion() const
197{
198 return QString::fromStdString(FormatFullVersion());
199}
200
201QString ClientModel::formatSubVersion() const
202{

Callers 1

setClientModelMethod · 0.80

Calls 1

FormatFullVersionFunction · 0.85

Tested by

no test coverage detected