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
PIM
Itinerary
Commits
ee623e02
Commit
ee623e02
authored
Oct 08, 2021
by
Kai Uwe Broulik
🍇
Browse files
For departureCountry check departureLocation
Obviously :)
parent
b0fed008
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/locationhelper.cpp
View file @
ee623e02
...
...
@@ -16,7 +16,7 @@ using namespace KItinerary;
QString
LocationHelper
::
departureCountry
(
const
QVariant
&
res
)
{
if
(
LocationUtil
::
isLocationChange
(
res
))
{
return
LocationUtil
::
address
(
LocationUtil
::
arrival
Location
(
res
)).
addressCountry
();
return
LocationUtil
::
address
(
LocationUtil
::
departure
Location
(
res
)).
addressCountry
();
}
return
LocationUtil
::
address
(
LocationUtil
::
location
(
res
)).
addressCountry
();
}
...
...
Kai Uwe Broulik
🍇
@broulik
mentioned in commit
9ead4270
·
Oct 08, 2021
mentioned in commit
9ead4270
mentioned in commit 9ead4270165b79adc6d65263891fc11dd67a6c12
Toggle commit list
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