aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/global.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-10-05 16:10:50 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-10-11 17:47:03 -0300
commit4b3b56acd7caaa7ff0d9c7b913cfe73db12afd4a (patch)
tree2ab76c7159380a8cc5e76776ed13ca39fc2d31f1 /tests/pysidetest/global.h
parent42516e6f864c2beb912c593f6198ab394a5a243f (diff)
Added a PySide derived test library.
The test library is intended to provide specific test cases in a way that problems could be isolated easier than using the ones provided by the Qt library. Cases commons to all Python bindings must go into the Shiboken test libraries, the one added here is intended to test Qt specifics (e.g. signals). A Python unit test was added for the case when a method and a signal have the same name.
Diffstat (limited to 'tests/pysidetest/global.h')
-rw-r--r--tests/pysidetest/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pysidetest/global.h b/tests/pysidetest/global.h
new file mode 100644
index 000000000..22d337542
--- /dev/null
+++ b/tests/pysidetest/global.h
@@ -0,0 +1,2 @@
+#include "pyside_global.h"
+#include "testobject.h"