The metadata from these moc-files are not used. Also this fixing some bug with qmake export to the VS2015 project

This commit is contained in:
Aleksey Nikolaev 2017-01-12 14:31:21 +03:00 committed by Matt Broadstone
parent 8b86ed6e17
commit 1db89fd1fa
2 changed files with 0 additions and 3 deletions

View File

@ -110,5 +110,4 @@ void QAmqpChannelHash::put(const QString& name, QAmqpChannel* channel)
m_channels[name] = channel; m_channels[name] = channel;
} }
#include "moc_qamqpchannelhash_p.cpp"
/* vim: set ts=4 sw=4 et */ /* vim: set ts=4 sw=4 et */

View File

@ -665,5 +665,3 @@ bool QAmqpQueue::cancel(bool noWait)
d->sendFrame(frame); d->sendFrame(frame);
return true; return true;
} }
#include "moc_qamqpqueue.cpp"