diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-27 23:09:15 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-27 23:09:15 -0500 |
| commit | 597246bfca4041dd0403b74470c69cf8070cf2ef (patch) | |
| tree | cee839510a081d1def3e72380e42f1bf7da7c992 /sigcore/test/TestScript.h | |
| parent | b168c067b0a2e5369ee409da7ba6c6b45bb343d4 (diff) | |
| download | sigen-597246bfca4041dd0403b74470c69cf8070cf2ef.tar.gz sigen-597246bfca4041dd0403b74470c69cf8070cf2ef.tar.xz sigen-597246bfca4041dd0403b74470c69cf8070cf2ef.zip | |
Fixed names needed for some languages for Kross
Diffstat (limited to 'sigcore/test/TestScript.h')
| -rw-r--r-- | sigcore/test/TestScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index dd4c5a48..2c7823e5 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -57,8 +57,8 @@ class TestScript : public QObject void python(); // void falcon(); -// void kjs(); -// void qtscript(); + void javascript(); + void qts(); // void java(); // void lua(); // void ruby(); |
