MCPcopy Create free account
hub / github.com/Atarity/Lightpack / scrollThanks

Method scrollThanks

Software/src/SettingsWindow.cpp:894–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894void SettingsWindow::scrollThanks()
895{
896 QScrollBar *scrollBar = this->ui->textBrowser->verticalScrollBar();
897
898 scrollBar->setValue(scrollBar->value() + 1);
899
900}
901
902void SettingsWindow::showSettings()
903{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected