From 63fdacbc25fbec6c44a9cd099273c74406b99de0 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 25 Dec 2008 11:27:22 -0500 Subject: Added qtscript as a language for Kross in Script --- sigcore/test/TestScript.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sigcore/test/TestScript.h') diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index 9a2d3e10..dd4c5a48 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -58,6 +58,7 @@ class TestScript : public QObject void python(); // void falcon(); // void kjs(); +// void qtscript(); // void java(); // void lua(); // void ruby(); -- cgit