mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
remove collision of isPlaying property and slot
This commit is contained in:
parent
b8b39b962d
commit
ba77aaf7ef
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
class ScriptAudioInjector : public QObject {
|
class ScriptAudioInjector : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
Q_PROPERTY(bool isPlaying READ isPlaying)
|
Q_PROPERTY(bool playing READ isPlaying)
|
||||||
Q_PROPERTY(float loudness READ getLoudness)
|
Q_PROPERTY(float loudness READ getLoudness)
|
||||||
Q_PROPERTY(AudioInjectorOptions options WRITE setOptions READ getOptions)
|
Q_PROPERTY(AudioInjectorOptions options WRITE setOptions READ getOptions)
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue