https://bugs.kde.org/show_bug.cgi?id=394888
Bug ID: 394888 Summary: 2018-05-31 refactoring timeline branch does not build. Product: kdenlive Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Installation Assignee: vpi...@kde.org Reporter: evors...@protonmail.com Target Milestone: --- I am using GCC 8 on Arch. The build of the timeline refactoring branch fails. I think the failure might have something to do with this error: -----------------------------snip-------------------------- [ 38%] Building CXX object src/CMakeFiles/kdenliveLib.dir/dialogs/kdenlivesettingsdialog.cpp.o /var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dialogs/kdenlivesettingsdialog.cpp: In constructor ‘KdenliveSettingsDialog::KdenliveSettingsDialog(const QMap<QString, QString>&, bool, QWidget*)’: /var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dialogs/kdenlivesettingsdialog.cpp:263:118: error: invalid use of incomplete type ‘class QAction’ QAction *act = new QAction(KoIconUtils::themedIcon(QStringLiteral("configure")), i18n("Configure profiles"), this); ^ --------------------------snip----------------------------- -- You are receiving this mail because: You are watching all bug changes.