https://bugs.kde.org/show_bug.cgi?id=385237
--- Comment #2 from Christophe Giboudeaux <christo...@krop.fr> --- note that it also fails to build with Clang : knotes/src/configdialog/knoteconfigdialog.cpp:213:86: error: 'changed' is a protected member of 'KCModule' connect(mDefaultTitle, &QLineEdit::textChanged, this, QOverload<>::of(&KCModule::changed)); ~~~~~~~~~~^~~~~~~ /kde/inst/5/include/KF5/KConfigWidgets/kcmodule.h:377:10: note: must name member using the type of the current context 'KNoteMiscConfig' void changed(); ^ -- You are receiving this mail because: You are watching all bug changes.