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
82cd72a8
Commit
82cd72a8
authored
Jul 03, 2021
by
Volker Krause
Browse files
Fix reference error, argument needs to be fully qualified
parent
29535153
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/TimelinePage.qml
View file @
82cd72a8
...
...
@@ -152,7 +152,7 @@ Kirigami.ScrollablePage {
property
string
tripGroupId
fileMode
:
Platform
.
FileDialog
.
SaveFile
title
:
i18n
(
"
Export Trip
"
)
folder
:
Platform
.
StandardPaths
.
writableLocation
(
StandardPaths
.
DocumentsLocation
)
folder
:
Platform
.
StandardPaths
.
writableLocation
(
Platform
.
StandardPaths
.
DocumentsLocation
)
nameFilters
:
[
i18n
(
"
GPX Files (*.gpx)
"
)]
onAccepted
:
ApplicationController
.
exportTripToGpx
(
tripGroupId
,
file
)
}
...
...
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