diff options
author | Stephen Kelly <stephen.kelly@kdab.com> | 2012-08-08 10:23:04 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-15 17:25:37 +0200 |
commit | 75c649276a9bbcb2e593d6c6f78d77417dd05891 (patch) | |
tree | 2e98537cbbb23f589ea236ba8b23d1965ccbe2b5 /tests/auto/auto.pro | |
parent | df0ec196031d33850324dc5eeed2d71f61413885 (diff) | |
download | qtscript-75c649276a9bbcb2e593d6c6f78d77417dd05891.tar.gz |
Remove the use of the QWidgetStar metatypeid.
It is to be removed, and is obsoleted by QMetaType::PointerToQObject.
By using QMetaType::PointerToQObject, we also gain the feature
that all pointers to types derived from QObject return true for
QScriptValue::isQObject().
Change-Id: I18392b5b6cde3a45d060c37612d987a5cf8e8f18
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 4175dca..b5936c0 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -14,6 +14,7 @@ SUBDIRS=\ qscriptvalue \ qscriptvaluegenerated \ qscriptvalueiterator \ + qscriptqwidgets \ cmake \ # qtipc \ |