Actions
Task #206
closedPort moc includes to new CMake's AUTOMOC feature.
Description
Recent CMake has a new AUTOMOC feature which produces warnings with current
#include "<basename>.moc"
All instances need to be ported to "moc_<basename>.cpp" for AUTOMOC to work.
Actions