| 276 | } |
| 277 | |
| 278 | static const QString GetDefaultProxyAddress() |
| 279 | { |
| 280 | return QString("%1:%2").arg(DEFAULT_GUI_PROXY_HOST).arg(DEFAULT_GUI_PROXY_PORT); |
| 281 | } |
| 282 | |
| 283 | void OptionsModel::SetPruneEnabled(bool prune, bool force) |
| 284 | { |
no outgoing calls
no test coverage detected