make it compile
ClosedPublic

Authored by mkoller on Jan 22 2018, 7:14 PM.

Details

Summary

clang version 5.0.0 (tags/RELEASE_500/final 312548)
Qt 5.10, openSuse 42.2

[ 91%] Building CXX object src/conf/CMakeFiles/kcm_kleopatra.dir/appearanceconfigpage.cpp.o
/home/KDE5/source/kde/pim/kleopatra/src/conf/appearanceconfigpage.cpp:52:89: error: 'changed' is a protected member of 'KCModule'

connect(mWidget, &AppearanceConfigWidget::changed, this, QOverload<>::of(&KCModule::changed));
                                                                          ~~~~~~~~~~^~~~~~~

/usr/include/KF5/KConfigWidgets/kcmodule.h:377:10: note: must name member using the type of the current context 'Kleo::Config::AppearanceConfigurationPage'

void changed();
     ^

1 error generated.

etc.

Diff Detail

Repository
R168 Kleopatra
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mkoller created this revision.Jan 22 2018, 7:14 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJan 22 2018, 7:14 PM
Restricted Application added a subscriber: KDE PIM. · View Herald Transcript
mkoller requested review of this revision.Jan 22 2018, 7:14 PM
mlaurent accepted this revision.Jan 23 2018, 6:46 AM
This revision is now accepted and ready to land.Jan 23 2018, 6:46 AM
This revision was automatically updated to reflect the committed changes.