forked from qt-creator/qt-creator
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <QtNetwork/QLocalServer>
|
||||
#include <QtNetwork/QLocalSocket>
|
||||
#include <QtCore/QCoreApplication>
|
||||
|
||||
#else
|
||||
|
||||
@@ -143,7 +144,7 @@ QString OutputCollector::errorString() const
|
||||
QString OutputCollector::serverName() const
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
return m_server->fullServerPath();
|
||||
return m_server->fullServerName();
|
||||
#else
|
||||
return m_serverPath;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user