aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/testobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pysidetest/testobject.h')
-rw-r--r--tests/pysidetest/testobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pysidetest/testobject.h b/tests/pysidetest/testobject.h
index d88287045..65506b94e 100644
--- a/tests/pysidetest/testobject.h
+++ b/tests/pysidetest/testobject.h
@@ -23,7 +23,7 @@ signals:
void idValue(int newValue);
void justASignal();
void staticMethodDouble();
- void childrenChanged(const QList<QObject*>);
+ void childrenChanged(const QList<QObject*>&);
private:
int m_idValue;