From 39d4b5e0867f9c4b0a846362fbccb77694521be0 Mon Sep 17 00:00:00 2001 From: Ernesto De Stefano Date: Thu, 4 Feb 2016 10:59:09 +0100 Subject: [PATCH] Update qamqpqueue.h --- src/qamqpqueue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qamqpqueue.h b/src/qamqpqueue.h index ebd0d85..64507d4 100644 --- a/src/qamqpqueue.h +++ b/src/qamqpqueue.h @@ -23,6 +23,7 @@ #include "qamqpchannel.h" #include "qamqpmessage.h" #include "qamqpglobal.h" +#include "qamqptable.h" class QAmqpClient; class QAmqpClientPrivate; @@ -88,7 +89,7 @@ Q_SIGNALS: public Q_SLOTS: // AMQP Queue - void declare(int options = Durable|AutoDelete); + void declare(int options = Durable|AutoDelete, const QAmqpTable arguments = QAmqpTable()); void bind(const QString &exchangeName, const QString &key); void bind(QAmqpExchange *exchange, const QString &key); void unbind(const QString &exchangeName, const QString &key);