Adapt to API changes in libshiboken.
This commit is contained in:
parent
6cefd33cd0
commit
a8ae0680f2
21 changed files with 92 additions and 92 deletions
|
|
@ -379,7 +379,7 @@ bool SignalManager::registerMetaMethod(QObject* source, const char* signature, Q
|
|||
// Create the dynamic signal is needed
|
||||
if (methodIndex == -1) {
|
||||
SbkObject* self = Shiboken::BindingManager::instance().retrieveWrapper(source);
|
||||
if (!Shiboken::Wrapper::hasCppWrapper(self)) {
|
||||
if (!Shiboken::Object::hasCppWrapper(self)) {
|
||||
qWarning() << "Invalid Signal signature:" << signature;
|
||||
return false;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue