Home
last modified time | relevance | path

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

/dports/games/colorcode/ColorCode-0.8.5/
H A Dprefdialog.h54 void ShowIndicatorsChangedSlot(int state);
H A Dprefdialog.cpp84 … connect(mShowIndicatorsCb, SIGNAL(stateChanged(int)), this, SLOT(ShowIndicatorsChangedSlot(int))); in InitControls()
183 ShowIndicatorsChangedSlot(mShowIndicatorsCb->checkState()); in SetSettings()
405 void PrefDialog::ShowIndicatorsChangedSlot(int state) in ShowIndicatorsChangedSlot() function in PrefDialog