blob: d89f2e137c6d7fdb60938d1b8ba5bf22f9c14055 (
plain)
1
2
3
4
5
6
|
automoc-diagnostics
-------------------
* :prop_tgt:`AUTOMOC` now diagnoses name collisions when multiple source
files in different directories use ``#include <moc_foo.cpp>`` with the
same name (because the generated ``moc_foo.cpp`` files would collide).
|