remove collision of isPlaying property and slot

This commit is contained in:
Stephen Birarda 2016-05-25 11:06:08 -07:00
parent b8b39b962d
commit ba77aaf7ef

View file

@ -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: