This commit is contained in:
fuCtor 2012-02-26 01:43:03 -08:00
parent 54d74cae03
commit e49e2c56b0
1 changed files with 37 additions and 37 deletions

View File

@ -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);
} }
} }
}` }