Version: unspecified (using KDE 4.7.0) OS: Linux Umbrello doesn't build against Qt 4.8. There are some changes in moc in 4.8 which forbid virtual inheritance of QObject. In the case of Umbrello virtual inheritance of QObject is not needed (class OwnedCodeBlock) because any class doesn't inherit two classed derived from QObject. Reproducible: Always Steps to Reproduce: Build with Qt 4.8 Expected Results: It should build
Created attachment 62472 [details] Patch that fixes the build failure I'm not 100% sure that the patch is correct, but the build succeeds with it.
confirm reported issue, see also related upstream report, https://bugreports.qt.nokia.com//browse/QTBUG-19717
Patch applied. Commit 1244457.
(In reply to comment #3) > Patch applied. Commit 1244457. Can you backport to 4.7 ? Thanks.
set version-fixed-in from 4.8.0 changelog