| 1232 | } |
| 1233 | |
| 1234 | void BitcoinGUI::toggleNetworkActive() |
| 1235 | { |
| 1236 | m_node.setNetworkActive(!m_node.getNetworkActive()); |
| 1237 | } |
| 1238 | |
| 1239 | UnitDisplayStatusBarControl::UnitDisplayStatusBarControl(const PlatformStyle *platformStyle) : |
| 1240 | optionsModel(0), |
nothing calls this directly
no test coverage detected