aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideslot_p.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-12-03 16:28:27 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:47:56 -0300
commita29f511f6ded054550feea317f089ac77b6b4994 (patch)
tree1ef966f28ed18fdac3cd025d95f88e69ebda6e75 /libpyside/pysideslot_p.h
parentd36b2398b8d9ddd76c669f24106cbe02eada1b57 (diff)
Moved pyside slot attr name do pysideslot_p.h.
Diffstat (limited to 'libpyside/pysideslot_p.h')
-rw-r--r--libpyside/pysideslot_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpyside/pysideslot_p.h b/libpyside/pysideslot_p.h
index b02c36acf..1e863d2d1 100644
--- a/libpyside/pysideslot_p.h
+++ b/libpyside/pysideslot_p.h
@@ -23,6 +23,7 @@
#define PYSIDE_SLOT_P_H
#include <Python.h>
+#define PYSIDE_SLOT_LIST_ATTR "_slots"
namespace PySide { namespace Slot {
void init(PyObject* module);