Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
int ReloadTimeDialog::getReloadTime() const
54
{
55
return ((m_ui->minutesSpinBox->value() * 60) + m_ui->secondsSpinBox->value());
56
}
57
58
}
Callers
1
setOption
Method · 0.80
Calls
1
value
Method · 0.80
Tested by
no test coverage detected