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 &)));
|
connection_, SLOT(_q_method(const QAMQP::Frame::Method &)));
|
||||||
|
|
||||||
QObject::connect(connection_, SIGNAL(connected()), pq_func(), SIGNAL(connected()));
|
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)
|
void ClientPrivate::init(QObject * parent, const QUrl & con)
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@ namespace QAMQP
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void connected();
|
void connected();
|
||||||
|
void disconnected();
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue