QTfrontend/pages.h
changeset 1684 b3f4ec08f0a4
parent 1659 fd593a5e71fb
child 1777 88674c291331
--- a/QTfrontend/pages.h	Fri Jan 16 15:43:19 2009 +0000
+++ b/QTfrontend/pages.h	Fri Jan 16 18:37:21 2009 +0000
@@ -157,6 +157,7 @@
 	QWidget *page_O;
 	QPushButton *BtnTeamDiscard;
 	QPushButton *BtnTeamSave;
+	QPushButton * BtnTestSound;
 	QLineEdit * TeamNameEdit;
 	QLineEdit * HHNameEdit[8];
 	QComboBox * HHHats[8];
@@ -167,6 +168,9 @@
 
 private:
 	QLabel * LBind[BINDS_NUMBER];
+
+private slots:
+	void testSound();
 };
 
 class PageMultiplayer : public AbstractPage