Home
last modified time | relevance | path

Searched refs:maxSeconds (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dpinballwidget.cpp68 void PinBallWidget::startDownTime(int maxSeconds) in startDownTime() argument
70 qDebug()<< "maxSeconds="<< maxSeconds; in startDownTime()
71 if(maxSeconds == 0) in startDownTime()
79 qDebug()<< "start time="<< maxSeconds; in startDownTime()
80 m_d->seconds = maxSeconds; in startDownTime()
H A Dpinballwidget.h17 void startDownTime(int maxSeconds);