Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
KOSMIndoorMap
Commits
d2176d5d
Commit
d2176d5d
authored
Dec 25, 2020
by
Volker Krause
Browse files
Silence warning with new KPublicTransport
The Location::Equipment case will be handled in a dedicated class.
parent
4b2b7448
Pipeline
#45306
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/map-publictransport-integration/locationqueryoverlayproxymodel.cpp
View file @
d2176d5d
...
...
@@ -194,6 +194,8 @@ LocationQueryOverlayProxyModel::Info LocationQueryOverlayProxyModel::nodeForRow(
OSM
::
setTagValue
(
info
.
overlayNode
,
m_tagKeys
.
network
,
loc
.
rentalVehicle
().
network
().
name
().
toUtf8
());
}
break
;
case
Location
::
Equipment
:
break
;
}
return
info
;
}
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