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:
parent
8b86ed6e17
commit
1db89fd1fa
|
|
@ -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 */
|
||||||
|
|
|
||||||
|
|
@ -665,5 +665,3 @@ bool QAmqpQueue::cancel(bool noWait)
|
||||||
d->sendFrame(frame);
|
d->sendFrame(frame);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "moc_qamqpqueue.cpp"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue