summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp12
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
index 740d5a6..76acee6 100644
--- a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
+++ b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp
@@ -2871,8 +2871,10 @@ void tst_QScriptExtQObject::enumerate_data()
<< "p1" << "p2" << "p4" << "p6"
// dynamic properties
<< "dp1" << "dp2" << "dp3"
- // inherited slots
+ // inherited signals
<< "destroyed(QObject*)" << "destroyed()"
+ << "objectNameChanged(QString)"
+ // inherited slots
<< "deleteLater()"
// not included because it's private:
// << "_q_reregisterTimers(void*)"
@@ -2889,8 +2891,10 @@ void tst_QScriptExtQObject::enumerate_data()
<< "p1" << "p2" << "p4" << "p6"
// dynamic properties
<< "dp1" << "dp2" << "dp3"
- // inherited slots
+ // inherited signals
<< "destroyed(QObject*)" << "destroyed()"
+ << "objectNameChanged(QString)"
+ // inherited slots
<< "deleteLater()"
// not included because it's private:
// << "_q_reregisterTimers(void*)"
@@ -2970,8 +2974,9 @@ void tst_QScriptExtQObject::enumerate_data()
<< "p1" << "p2" << "p4" << "p6"
// dynamic properties
<< "dp1" << "dp2" << "dp3"
- // inherited slots
+ // inherited signals
<< "destroyed(QObject*)" << "destroyed()"
+ << "objectNameChanged(QString)"
// not included because it's private:
// << "_q_reregisterTimers(void*)"
// signals
@@ -2991,6 +2996,7 @@ void tst_QScriptExtQObject::enumerate_data()
<< "dp1" << "dp2" << "dp3"
// inherited signals
<< "destroyed(QObject*)" << "destroyed()"
+ << "objectNameChanged(QString)"
// signals
<< "mySignal()");
}