| Summary: | Equality operators for GeoDataSnippet, GeoDataLookAt and GeoDataFeature | ||
|---|---|---|---|
| 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 First Reported In: | 1.7 (KDE 4.12) | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/marble/2cded666997407cc3e12c15244e33e9c9cd7a769 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 334285 | ||
|
Description
Dennis Nienhüser
2014-05-03 12:22:30 UTC
I want to work on this task. Git commit 2cded666997407cc3e12c15244e33e9c9cd7a769 by Cruceru Calin-Cristian. Committed on 04/05/2014 at 10:30. Pushed by crucerucalincristian into branch 'master'. Equality operators for GeoDataSnippet, GeoDataLookAt and GeoDataFeature REVIEW: 117980 M +65 -0 src/lib/marble/geodata/data/GeoDataFeature.cpp M +3 -0 src/lib/marble/geodata/data/GeoDataFeature.h M +12 -0 src/lib/marble/geodata/data/GeoDataLookAt.cpp M +3 -0 src/lib/marble/geodata/data/GeoDataLookAt.h M +10 -0 src/lib/marble/geodata/data/GeoDataSnippet.cpp M +8 -1 src/lib/marble/geodata/data/GeoDataSnippet.h M +2 -1 src/lib/marble/geodata/data/GeoDataTour.cpp M +258 -0 tests/TestEquality.cpp http://commits.kde.org/marble/2cded666997407cc3e12c15244e33e9c9cd7a769 |