summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/script/com/trolltech/__init__.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qscriptengine/script/com/trolltech/__init__.js')
-rw-r--r--tests/auto/qscriptengine/script/com/trolltech/__init__.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qscriptengine/script/com/trolltech/__init__.js b/tests/auto/qscriptengine/script/com/trolltech/__init__.js
new file mode 100644
index 0000000..f12b17d
--- /dev/null
+++ b/tests/auto/qscriptengine/script/com/trolltech/__init__.js
@@ -0,0 +1,5 @@
+var wasDefinedAlready = (com["trolltech"] != undefined);
+__setupPackage__("com.trolltech");
+com.trolltech.wasDefinedAlready = wasDefinedAlready;
+com.trolltech.name = __extension__;
+com.trolltech.level = com.level + 1;