mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
* FIX #4665: Address missing sound on Qt5 Builds * FIX #4665: Address missing sound on Qt5 Builds * Include both engines
This commit is contained in:
parent
4c290aec57
commit
f25e4785ae
3 changed files with 11 additions and 6 deletions
|
|
@ -15,9 +15,9 @@ class SoundEngine : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SoundEngine(QObject *parent = nullptr);
|
||||
~SoundEngine();
|
||||
void playSound(QString fileName);
|
||||
explicit SoundEngine(QObject *parent = nullptr);
|
||||
~SoundEngine() override;
|
||||
void playSound(const QString &fileName);
|
||||
QStringMap &getAvailableThemes();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue