aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-02 23:18:07 -0800
committerChris Robinson <[email protected]>2016-03-02 23:18:07 -0800
commit457c34c18965611b7b33bc62345e3e74142ec0dd (patch)
treef1ff3f02c4630f5e687a398bfaaf549d2595f52a /utils/alsoft-config/mainwindow.h
parentd169fd859de5f9545d0b78f385aa6f1320925817 (diff)
Add a backend tab page for JACK options
Diffstat (limited to 'utils/alsoft-config/mainwindow.h')
-rw-r--r--utils/alsoft-config/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.h b/utils/alsoft-config/mainwindow.h
index 27f3c252..0ddb9a92 100644
--- a/utils/alsoft-config/mainwindow.h
+++ b/utils/alsoft-config/mainwindow.h
@@ -33,6 +33,9 @@ private slots:
void updatePeriodCountEdit(int size);
void updatePeriodCountSlider();
+ void updateJackBufferSizeEdit(int size);
+ void updateJackBufferSizeSlider();
+
void addHrtfFile();
void removeHrtfFile();
@@ -57,6 +60,7 @@ private:
QValidator *mEffectSlotValidator;
QValidator *mSourceSendValidator;
QValidator *mSampleRateValidator;
+ QValidator *mJackBufferValidator;
bool mNeedsSave;