This commit is contained in:
parent
a01c8d0ceb
commit
71607a7635
|
|
@ -59,6 +59,7 @@ void ClientPrivate::init(QObject * parent)
|
|||
connection_, SLOT(_q_method(const QAMQP::Frame::Method &)));
|
||||
|
||||
QObject::connect(connection_, SIGNAL(connected()), pq_func(), SIGNAL(connected()));
|
||||
QObject::connect(connection_, SIGNAL(disconnected()), pq_func(), SIGNAL(disconnected()));
|
||||
}
|
||||
|
||||
void ClientPrivate::init(QObject * parent, const QUrl & con)
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ namespace QAMQP
|
|||
|
||||
signals:
|
||||
void connected();
|
||||
void disconnected();
|
||||
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Reference in New Issue