aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/globalreceiver.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-07-21 17:57:17 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:38 -0300
commitec45601aa14400b3d3e13f3f326e57d534da6ad2 (patch)
tree6ebaa966bc6518e85408a1807e5741690622f87a /libpyside/globalreceiver.h
parent9dd8f98e736dc70ae4f1a78f13ee643a63aa2e47 (diff)
Implemented DynamicMetaObject optiomizations.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Neto <lauro.neto@openbossa.org>
Diffstat (limited to 'libpyside/globalreceiver.h')
-rw-r--r--libpyside/globalreceiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpyside/globalreceiver.h b/libpyside/globalreceiver.h
index 616d8d3a4..76c1246d6 100644
--- a/libpyside/globalreceiver.h
+++ b/libpyside/globalreceiver.h
@@ -41,7 +41,7 @@ public:
~GlobalReceiver();
int qt_metacall(QMetaObject::Call call, int id, void** args);
const QMetaObject* metaObject() const;
- void addSlot(const char* slot, PyObject* callback);
+ int addSlot(const char* slot, PyObject* callback);
void removeSlot(int slotId);
void connectNotify(QObject* sender, int slotId);
void disconnectNotify(QObject* sender, int slotId);