aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/script/com/trolltech/__init__.js
blob: a55b1328ba699a11fed5588a31deff1b8389f976 (plain)
1
2
3
4
5
6
7
8
9
var wasDefinedAlready = (com["trolltech"] != undefined);
__setupPackage__("com.trolltech");
com.trolltech.wasDefinedAlready = wasDefinedAlready;
com.trolltech.name = __extension__;
com.trolltech.level = com.level + 1;

com.trolltech.postInitCallCount = 0;
com.trolltech.originalPostInit = __postInit__;
__postInit__ = function() { ++com.trolltech.postInitCallCount; };