Summary: | Does not build with Qt 5.10 | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | Fabian Vogt <fabian> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | myriam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/knotes/cd27bc900550b35dee2ee2ed89a6ff5ae702549e | Version Fixed In: | |
Sentry Crash Report: |
Description
Fabian Vogt
2017-09-30 15:54:24 UTC
Git commit cd27bc900550b35dee2ee2ed89a6ff5ae702549e by Montel Laurent. Committed on 30/09/2017 at 16:53. Pushed by mlaurent into branch 'master'. Fix compile against qt5.10 M +2 -0 src/configdialog/knotecollectionconfigwidget.h https://commits.kde.org/knotes/cd27bc900550b35dee2ee2ed89a6ff5ae702549e 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(); ^ |