From 1db89fd1fa6f697d883400645c9cd9a027cf731b Mon Sep 17 00:00:00 2001 From: Aleksey Nikolaev Date: Thu, 12 Jan 2017 14:31:21 +0300 Subject: [PATCH] The metadata from these moc-files are not used. Also this fixing some bug with qmake export to the VS2015 project --- src/qamqpchannelhash.cpp | 1 - src/qamqpqueue.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/qamqpchannelhash.cpp b/src/qamqpchannelhash.cpp index 58d7a1a..9bff643 100644 --- a/src/qamqpchannelhash.cpp +++ b/src/qamqpchannelhash.cpp @@ -110,5 +110,4 @@ void QAmqpChannelHash::put(const QString& name, QAmqpChannel* channel) m_channels[name] = channel; } -#include "moc_qamqpchannelhash_p.cpp" /* vim: set ts=4 sw=4 et */ diff --git a/src/qamqpqueue.cpp b/src/qamqpqueue.cpp index ed4d51a..bb2f5c3 100644 --- a/src/qamqpqueue.cpp +++ b/src/qamqpqueue.cpp @@ -665,5 +665,3 @@ bool QAmqpQueue::cancel(bool noWait) d->sendFrame(frame); return true; } - -#include "moc_qamqpqueue.cpp"