Update qamqpqueue_p.h

This commit is contained in:
Ernesto De Stefano 2016-02-04 11:05:28 +01:00
parent 39d4b5e086
commit 8a86c1350a
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ public:
bool consumeRequested;
Q_DECLARE_PUBLIC(QAmqpQueue)
private:
QAmqpTable arguments;
};