Home
last modified time | relevance | path

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

/dports/games/colorcode/ColorCode-0.8.5/
H A Dprefdialog.h57 void ShowTimerChangedSlot(int state);
H A Dprefdialog.cpp85 connect(mShowTimerCb, SIGNAL(stateChanged(int)), this, SLOT(ShowTimerChangedSlot(int))); in InitControls()
114 ShowTimerChangedSlot(mShowTimerCb->checkState()); in SetSettings()
416 void PrefDialog::ShowTimerChangedSlot(int state) in ShowTimerChangedSlot() function in PrefDialog