This commit is contained in:
fuCtor 2012-05-23 21:45:23 -07:00
parent a01c8d0ceb
commit 71607a7635
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -78,6 +78,7 @@ namespace QAMQP
signals:
void connected();
void disconnected();
protected: