Add spec notification toggle to UI settings.

This commit is contained in:
Gavin Bises 2015-02-20 20:57:22 -05:00
parent 11bd2444d8
commit 1562c234ca
2 changed files with 14 additions and 2 deletions

View file

@ -115,10 +115,12 @@ class UserInterfaceSettingsPage : public AbstractSettingsPage {
private slots:
void soundPathClearButtonClicked();
void soundPathButtonClicked();
void setSpecNotificationEnabled(int);
signals:
void soundPathChanged();
private:
QCheckBox notificationsEnabledCheckBox;
QCheckBox specNotificationsEnabledCheckBox;
QCheckBox doubleClickToPlayCheckBox;
QCheckBox playToStackCheckBox;
QCheckBox tapAnimationCheckBox;