Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
QString ClientModel::getStatusBarWarnings() const
136
{
137
return QString::fromStdString(m_node.getWarnings(
"gui"
));
138
}
139
140
OptionsModel *ClientModel::getOptionsModel()
141
{
Callers
1
setClientModel
Method · 0.80
Calls
1
getWarnings
Method · 0.80
Tested by
no test coverage detected