From 5bdcf268b3fe57526f35e7097c79f441bae7a5d3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 24 Jan 2005 18:16:22 +0000 Subject: add python connections --- lib/python/connections.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/python/connections.cpp (limited to 'lib/python/connections.cpp') 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 + +PSignal1 testsignal; + +void connect(Slot1 &slot, PyObject *fnc) +{ + printf("CONNECT !\n"); +} + -- cgit v1.2.3