aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/testobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pysidetest/testobject.cpp')
-rw-r--r--tests/pysidetest/testobject.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/pysidetest/testobject.cpp b/tests/pysidetest/testobject.cpp
new file mode 100644
index 000000000..717c4e3cd
--- /dev/null
+++ b/tests/pysidetest/testobject.cpp
@@ -0,0 +1,14 @@
+#include "testobject.h"
+
+void
+TestObject::emitIdValueSignal()
+{
+ emit idValue(m_idValue);
+}
+
+void
+TestObject::emitStaticMethodDoubleSignal()
+{
+ emit staticMethodDouble();
+}
+