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

Function GetDefaultProxyAddress

src/qt/optionsmodel.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238static const QString GetDefaultProxyAddress()
239{
240 return QString("%1:%2").arg(DEFAULT_GUI_PROXY_HOST).arg(DEFAULT_GUI_PROXY_PORT);
241}
242
243// read QSettings values and return them
244QVariant OptionsModel::data(const QModelIndex & index, int role) const

Callers 2

InitMethod · 0.85
checkAndMigrateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected