Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Marble
Commits
93ceb7bd
Commit
93ceb7bd
authored
Jun 12, 2016
by
Bernhard Beschow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-apply
ce3a89cb
parent
2c7b1af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/marble/geodata/data/GeoDataFeature.h
src/lib/marble/geodata/data/GeoDataFeature.h
+2
-2
No files found.
src/lib/marble/geodata/data/GeoDataFeature.h
View file @
93ceb7bd
...
@@ -649,13 +649,13 @@ class GEODATA_EXPORT GeoDataFeature : public GeoDataObject
...
@@ -649,13 +649,13 @@ class GEODATA_EXPORT GeoDataFeature : public GeoDataObject
static
QString
visualCategoryName
(
GeoDataVisualCategory
category
);
static
QString
visualCategoryName
(
GeoDataVisualCategory
category
);
virtual
void
detach
();
protected:
protected:
// the d-pointer needs to be protected to be accessible from derived classes
// the d-pointer needs to be protected to be accessible from derived classes
GeoDataFeaturePrivate
*
d
;
GeoDataFeaturePrivate
*
d
;
explicit
GeoDataFeature
(
GeoDataFeaturePrivate
*
priv
);
explicit
GeoDataFeature
(
GeoDataFeaturePrivate
*
priv
);
virtual
void
detach
();
bool
equals
(
const
GeoDataFeature
&
other
)
const
;
bool
equals
(
const
GeoDataFeature
&
other
)
const
;
using
GeoDataObject
::
equals
;
using
GeoDataObject
::
equals
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment