Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Angelfish
Manage
Activity
Members
Labels
Plan
Issues
57
Issue boards
Milestones
Wiki
Bugzilla
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Network
Angelfish
Merge requests
!5
The source project of this merge request has been removed.
load qml only after setting up all context properties
Merged
load qml only after setting up all context properties
(removed):qml_loading
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Simon Schmeisser
requested to merge
(removed):qml_loading
into
master
5 years ago
Overview
0
Pipelines
0
Changes
2
Expand
gets rid of some warnings
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f60e31e2
1 commit,
5 years ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/contents/ui/webbrowser.qml
+
1
−
1
Options
@@ -195,7 +195,7 @@ Kirigami.ApplicationWindow {
Component.onCompleted
:
{
if
(
!
initialUrl
.
isEmpty
)
if
(
initialUrl
&&
!
initialUrl
.
isEmpty
()
)
load
(
initialUrl
)
}
}
Loading