https://bugs.kde.org/show_bug.cgi?id=356259
Bug ID: 356259
Summary: Getting 'This case is not implemented yet' when
viewing configuration page.
Product: kdevelop
Version: git master
Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Build tools: CMake
Assignee: [email protected]
Reporter: [email protected]
Now that https://bugs.kde.org/show_bug.cgi?id=353180 has been fixed the CMake
settings can be persisted, but it appears that as a result when opening
Settings > Configure KDevelop I'm getting the message
Settings in config page CMakeBuilderPreferences(0x29b12f0) changed, while
KDevelop::ConfigPage(0x965360) is currently selected. This case is not
implemented yet.
which appears to be coming from src/kdevplatform/shell/configdialog.cpp . Note
that this is a Debug build of kdevplatform (c3724fae) and kdevleop
(71cfc49efd6) on the 5.0 branch.
Reproducible: Always
Steps to Reproduce:
1. Build a debug build (not sure if required).
2. Open Settings > Configure KDevelop
3. Read warning message at stdout.
Actual Results:
Got a warning message.
Expected Results:
No warning message.
Note that this doesn't appear to cause any actual bad behaviour so far (aside
from the warning message on stdout). I though this should be pointed out in
case it will cause issues.
--
You are receiving this mail because:
You are watching all bug changes.