summaryrefslogtreecommitdiffstats
path: root/sigscript
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript')
-rw-r--r--sigscript/SoundWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigscript/SoundWrapper.h b/sigscript/SoundWrapper.h
index eb508ee9..cedfb4b6 100644
--- a/sigscript/SoundWrapper.h
+++ b/sigscript/SoundWrapper.h
@@ -43,6 +43,7 @@ class SIGSCRIPT_EXPORT SoundWrapper : public ObjectWrapper
Q_SCRIPTABLE QString name() const;
Q_SCRIPTABLE Sigmod::Sound::Type type() const;
+ // TODO: Use KALEngine?
Q_SCRIPTABLE Phonon::MediaObject* audio();
private:
SoundWrapper(const Sigmod::Sound* sound, GameWrapper* parent);