automoc-diagnostics.rst 260 B

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