Skip to content
GitLab
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
5cacd137
Commit
5cacd137
authored
Feb 18, 2009
by
Friedemann Kleint
Committed by
unknown
Feb 18, 2009
Browse files
Compile Windows
parent
f3cc95b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/outputcollector.cpp
View file @
5cacd137
...
...
@@ -80,7 +80,7 @@ bool OutputCollector::listen()
return
m_server
->
isListening
();
m_server
=
new
QLocalServer
(
this
);
connect
(
m_server
,
SIGNAL
(
newConnection
()),
SLOT
(
newConnectionAvailable
()));
return
m_server
->
listen
(
Q
Latin1
String
(
"creator-%1"
).
arg
(
QCoreApplication
::
applicationPid
()));
// XXX how to make that secure?
return
m_server
->
listen
(
QString
::
fromLatin1
(
"creator-%1"
).
arg
(
QCoreApplication
::
applicationPid
()));
// XXX how to make that secure?
#else
if
(
!
m_serverPath
.
isEmpty
())
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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