MCPcopy Create free account
hub / github.com/OtterBrowser/otter-browser / getReloadTime

Method getReloadTime

src/ui/ReloadTimeDialog.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53int ReloadTimeDialog::getReloadTime() const
54{
55 return ((m_ui->minutesSpinBox->value() * 60) + m_ui->secondsSpinBox->value());
56}
57
58}

Callers 1

setOptionMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected