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
Tobias Hunger
qt-creator
Commits
aa15ba71
Commit
aa15ba71
authored
Jan 06, 2011
by
Marco Bubke
Browse files
QmlDesigner.NodeInstances: Use kill instead of terminate
parent
321eda15
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
View file @
aa15ba71
...
@@ -67,9 +67,12 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV
...
@@ -67,9 +67,12 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV
NodeInstanceServerProxy
::~
NodeInstanceServerProxy
()
NodeInstanceServerProxy
::~
NodeInstanceServerProxy
()
{
{
if
(
m_socket
)
m_socket
->
close
();
if
(
m_qmlPuppetProcess
)
{
if
(
m_qmlPuppetProcess
)
{
m_qmlPuppetProcess
->
blockSignals
(
true
);
m_qmlPuppetProcess
->
blockSignals
(
true
);
m_qmlPuppetProcess
->
terminate
();
m_qmlPuppetProcess
->
kill
();
}
}
}
}
...
...
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