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
Marco Bubke
flatpak-qt-creator
Commits
321eda15
Commit
321eda15
authored
Jan 06, 2011
by
Marco Bubke
Browse files
QmlDesigner.NodeInstance: Only 1 connection is used
parent
63ad7ecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp
View file @
321eda15
...
...
@@ -46,7 +46,7 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV
QString
socketToken
(
QUuid
::
createUuid
().
toString
());
m_localServer
->
listen
(
socketToken
);
m_localServer
->
setMaxPendingConnections
(
2
);
m_localServer
->
setMaxPendingConnections
(
1
);
m_qmlPuppetProcess
=
new
QProcess
(
QCoreApplication
::
instance
());
connect
(
m_qmlPuppetProcess
.
data
(),
SIGNAL
(
finished
(
int
,
QProcess
::
ExitStatus
)),
this
,
SLOT
(
processFinished
(
int
,
QProcess
::
ExitStatus
)));
...
...
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