forked from qt-creator/qt-creator
Compile Windows
This commit is contained in:
committed by
unknown
parent
f3cc95b6b1
commit
5cacd13744
@@ -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(QLatin1String("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;
|
||||
|
Reference in New Issue
Block a user