summaryrefslogtreecommitdiffstats
path: root/sigscript
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-20 19:26:40 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-20 19:26:40 -0400
commitb58435691900e2e3cefd62e49a52c35befb06492 (patch)
treee9c40d9263079244aaa1e4c859eb4000df698871 /sigscript
parent913aba9d1c3bf6dc2906680372c7aa8a43c3ffbc (diff)
downloadsigen-b58435691900e2e3cefd62e49a52c35befb06492.tar.gz
sigen-b58435691900e2e3cefd62e49a52c35befb06492.tar.xz
sigen-b58435691900e2e3cefd62e49a52c35befb06492.zip
Make a note about KALEngine
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);