mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 05:42:49 +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 {
|
||||
Q_OBJECT
|
||||
|
||||
Q_PROPERTY(bool isPlaying READ isPlaying)
|
||||
Q_PROPERTY(bool playing READ isPlaying)
|
||||
Q_PROPERTY(float loudness READ getLoudness)
|
||||
Q_PROPERTY(AudioInjectorOptions options WRITE setOptions READ getOptions)
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue