[GB.QT4]
* BUG: Fix Error signal management in Embedded control. git-svn-id: svn://localhost/gambas/trunk@2506 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
47d0aa711c
commit
93969ee0b3
@ -35,7 +35,7 @@ BEGIN_METHOD(CEMBEDDER_new, GB_OBJECT parent)
|
||||
|
||||
QObject::connect(wid, SIGNAL(clientIsEmbedded()), &CEmbedder::manager, SLOT(embedded()));
|
||||
QObject::connect(wid, SIGNAL(clientClosed()), &CEmbedder::manager, SLOT(closed()));
|
||||
QObject::connect(wid, SIGNAL(error(int)), &CEmbedder::manager, SLOT(error()));
|
||||
QObject::connect(wid, SIGNAL(error(QX11EmbedContainer::Error)), &CEmbedder::manager, SLOT(error()));
|
||||
|
||||
CWIDGET_new(wid, (void *)_object);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user