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
KPublicTransport
Commits
49dfe300
Commit
49dfe300
authored
Oct 10, 2021
by
Volker Krause
Browse files
Show the navigation path details also for individual transport sections
parent
6aa9e843
Pipeline
#87552
passed with stage
in 1 minute and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/journeyquery.qml
View file @
49dfe300
...
...
@@ -336,7 +336,7 @@ Kirigami.ApplicationWindow {
onClicked
:
{
if
(
modelData
.
mode
==
JourneySection
.
PublicTransport
)
{
applicationWindow
().
pageStack
.
push
(
journeySectionPage
,
{
"
journeySection
"
:
modelData
});
}
else
if
(
(
modelData
.
mode
==
JourneySection
.
Walking
||
modelData
.
mode
==
JourneySection
.
Waiting
||
modelData
.
mode
==
JourneySection
.
Transfer
)
&&
modelData
.
path
.
sectionCount
>
1
)
{
}
else
if
(
modelData
.
path
.
sectionCount
>
1
)
{
applicationWindow
().
pageStack
.
push
(
pathPage
,
{
"
path
"
:
modelData
.
path
});
}
}
...
...
Write
Preview
Supports
Markdown
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