Fix sound test button

This commit is contained in:
Jeff 2015-09-09 16:47:09 -04:00
parent d6398477ae
commit badbcf2753
3 changed files with 8 additions and 1 deletions

View file

@ -30,6 +30,8 @@ private slots:
public:
SoundEngine(QObject *parent = 0);
void playSound(QString fileName);
public slots:
void testSound();
};
extern SoundEngine *soundEngine;