This commit is contained in:
parent
54d74cae03
commit
e49e2c56b0
|
|
@ -63,7 +63,7 @@ work with basic content
|
||||||
Usage
|
Usage
|
||||||
------------
|
------------
|
||||||
|
|
||||||
`Test::Test()
|
Test::Test()
|
||||||
{
|
{
|
||||||
QUrl con(QString("amqp://guest:guest@localhost:5672/"));
|
QUrl con(QString("amqp://guest:guest@localhost:5672/"));
|
||||||
client_ = new QAMQP::Client(this);
|
client_ = new QAMQP::Client(this);
|
||||||
|
|
@ -103,4 +103,4 @@ void Test::newMessage()
|
||||||
q->ack(message);
|
q->ack(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}`
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue