MCPcopy Create free account
hub / github.com/ElementsProject/elements / createOptionsModel

Method createOptionsModel

src/qt/bitcoin.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void BitcoinApplication::createOptionsModel(bool resetSettings)
253{
254 optionsModel = new OptionsModel(this, resetSettings);
255}
256
257void BitcoinApplication::createWindow(const NetworkStyle *networkStyle)
258{

Callers 2

GuiMainFunction · 0.80
appTestsMethod · 0.80

Calls

no outgoing calls

Tested by 1

appTestsMethod · 0.64