mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +02:00
fix property in sound
This commit is contained in:
parent
c1e54d370c
commit
72fe9b94b1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
class Sound : public QObject {
|
class Sound : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
Q_PROPERTY(bool empty READ isEmpty)
|
Q_PROPERTY(bool downloaded READ hasDownloaded)
|
||||||
public:
|
public:
|
||||||
Sound(const QUrl& sampleURL, QObject* parent = NULL);
|
Sound(const QUrl& sampleURL, QObject* parent = NULL);
|
||||||
Sound(float volume, float frequency, float duration, float decay, QObject* parent = NULL);
|
Sound(float volume, float frequency, float duration, float decay, QObject* parent = NULL);
|
||||||
|
|
Loading…
Reference in a new issue