|
@@ -33,7 +33,7 @@ public:
|
|
emit otherApplicationStarted();
|
|
emit otherApplicationStarted();
|
|
});
|
|
});
|
|
|
|
|
|
- if (m_server->listen())
|
|
|
|
|
|
+ if (!m_server->listen())
|
|
throw FatalException("Failed to listen to uniqueApp socket: " + m_server->errorString());
|
|
throw FatalException("Failed to listen to uniqueApp socket: " + m_server->errorString());
|
|
}
|
|
}
|
|
|
|
|