MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getStatusBarWarnings

Method getStatusBarWarnings

src/qt/clientmodel.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135QString ClientModel::getStatusBarWarnings() const
136{
137 return QString::fromStdString(m_node.getWarnings("gui"));
138}
139
140OptionsModel *ClientModel::getOptionsModel()
141{

Callers 1

setClientModelMethod · 0.80

Calls 1

getWarningsMethod · 0.80

Tested by

no test coverage detected