From ff505197689062264bf2abc0661d03d371e997df Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 31 May 2012 21:49:07 +0200 Subject: Change testlib signal dumper hooks to use signal index range Another step towards getting rid of the class method offset computation in QMetaObject::activate(). Since QMetaObjectPrivate::signal() is private API, this also required adding a testlib dependency on core-private (and getting rid of the duplicated QSignalSpyCallbackSet struct). Change-Id: I0d830f35392a6b44fc321c5285877ec0bf437100 Reviewed-by: Olivier Goffart --- src/testlib/testlib.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testlib/testlib.pro') diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro index 142a854693..1a76a3b556 100644 --- a/src/testlib/testlib.pro +++ b/src/testlib/testlib.pro @@ -2,7 +2,7 @@ load(qt_module) TARGET = QtTest QPRO_PWD = $$PWD -QT = core +QT = core-private CONFIG += module exceptions MODULE_PRI = ../modules/qt_testlib.pri -- cgit v1.2.3