X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fui%2Finfoview.ui.h;h=1a7d70d4d473669b41ba6d2f24d71c550b490adc;hp=a50bb950a2749e12be7666902e979f4bfe250321;hb=7311d423f454c500dbc60dd822007da3981b0d56;hpb=217cda78005f993fd6b2e575d4abd97c93cec655 diff --git a/bs/ui/infoview.ui.h b/bs/ui/infoview.ui.h index a50bb95..1a7d70d 100644 --- a/bs/ui/infoview.ui.h +++ b/bs/ui/infoview.ui.h @@ -148,4 +148,15 @@ void InfoView::slotNameChanged( const QString & s ) ApplyButton->setEnabled(true); NewButton->setEnabled(false); } -} \ No newline at end of file +} + + +int InfoView::stays() +{ + return StaySpin->value(); +} + +void InfoView::setStays( int ticks ) +{ + StaySpin->setValue(ticks); +}