mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +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 {
|
||||
Q_OBJECT
|
||||
|
||||
Q_PROPERTY(bool empty READ isEmpty)
|
||||
Q_PROPERTY(bool downloaded READ hasDownloaded)
|
||||
public:
|
||||
Sound(const QUrl& sampleURL, QObject* parent = NULL);
|
||||
Sound(float volume, float frequency, float duration, float decay, QObject* parent = NULL);
|
||||
|
|
Loading…
Reference in a new issue