mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Fix sound test button
This commit is contained in:
parent
d6398477ae
commit
badbcf2753
3 changed files with 8 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ private slots:
|
|||
public:
|
||||
SoundEngine(QObject *parent = 0);
|
||||
void playSound(QString fileName);
|
||||
public slots:
|
||||
void testSound();
|
||||
};
|
||||
|
||||
extern SoundEngine *soundEngine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue