aboutsummaryrefslogtreecommitdiff
path: root/lib/python/connections.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/connections.cpp')
-rw-r--r--lib/python/connections.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/python/connections.cpp b/lib/python/connections.cpp
new file mode 100644
index 00000000..c24c9399
--- /dev/null
+++ b/lib/python/connections.cpp
@@ -0,0 +1,9 @@
+#include <lib/python/connections.h>
+
+PSignal1<void,int> testsignal;
+
+void connect(Slot1<void, int> &slot, PyObject *fnc)
+{
+ printf("CONNECT !\n");
+}
+