diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r-- | utils/alsoft-config/mainwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h index 8b763845..766c138c 100644 --- a/utils/alsoft-config/mainwindow.h +++ b/utils/alsoft-config/mainwindow.h @@ -35,6 +35,9 @@ private slots: void updatePeriodCountEdit(int size); void updatePeriodCountSlider(); + void updateRefDelayEdit(int delay); + void updateRefDelaySlider(); + void selectQuadDecoderFile(); void select51DecoderFile(); void select61DecoderFile(); @@ -63,6 +66,7 @@ private: QValidator *mPeriodSizeValidator; QValidator *mPeriodCountValidator; + QValidator *mRefDelayValidator; QValidator *mSourceCountValidator; QValidator *mEffectSlotValidator; QValidator *mSourceSendValidator; |