Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Datovka projects
mobile Datovka
Commits
062324d7
Commit
062324d7
authored
Mar 27, 2017
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Printing error message when creation of QML dialogue fails.
parent
1b8b1383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
qml/main.qml
qml/main.qml
+2
-0
No files found.
qml/main.qml
View file @
062324d7
...
...
@@ -328,6 +328,7 @@ ApplicationWindow {
if
(
dlgComponent
.
status
==
Component
.
Ready
)
{
finishCreation
();
}
else
{
console
.
log
(
"
Failed loading dlgComponent:
"
,
dlgComponent
.
errorString
());
dlgComponent
.
statusChanged
.
connect
(
finishCreation
);
}
...
...
@@ -395,6 +396,7 @@ ApplicationWindow {
if
(
dlgComponent
.
status
==
Component
.
Ready
)
{
finishCreation
();
}
else
{
console
.
log
(
"
Failed loading dlgComponent:
"
,
dlgComponent
.
errorString
());
dlgComponent
.
statusChanged
.
connect
(
finishCreation
);
}
...
...
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