Summary: | Implement equality operators for GeoDataBalloonStyle, GeoDataColorStyle and GeoDataCamera | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Dennis Nienhüser <nienhueser> |
Component: | general | Assignee: | Cruceru Calin-Cristian <crucerucalincristian> |
Status: | RESOLVED FIXED | ||
Severity: | task | CC: | crucerucalincristian |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 1.8 (KDE 4.13) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/marble/561c57fdbe6e246f602dc5a181d0d423c52e21f0 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dennis Nienhüser
2014-02-26 09:24:51 UTC
I want to work on this task. I made a post review with the patch for this BUG: https://git.reviewboard.kde.org/r/116110/ Waiting for feedback. Git commit 561c57fdbe6e246f602dc5a181d0d423c52e21f0 by Dennis Nienhüser, on behalf of Cruceru Calin-Cristian. Committed on 27/02/2014 at 21:30. Pushed by nienhueser into branch 'master'. Equality operators for GDBalloonStyle, GDColorStyle and GDCamera REVIEW: 116110 M +11 -0 src/lib/marble/geodata/data/GeoDataBalloonStyle.cpp M +3 -0 src/lib/marble/geodata/data/GeoDataBalloonStyle.h M +14 -0 src/lib/marble/geodata/data/GeoDataCamera.cpp M +2 -0 src/lib/marble/geodata/data/GeoDataCamera.h M +11 -0 src/lib/marble/geodata/data/GeoDataColorStyle.cpp M +2 -0 src/lib/marble/geodata/data/GeoDataColorStyle.h M +70 -0 tests/TestEquality.cpp http://commits.kde.org/marble/561c57fdbe6e246f602dc5a181d0d423c52e21f0 |