2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Tell QLocalSocket the socket is abstract

This commit is contained in:
Ilya Fedin
2023-04-07 11:23:10 +04:00
committed by John Preston
parent b2faed6b96
commit a6e5e7ab84

View File

@@ -124,6 +124,7 @@ int Sandbox::start() {
#if defined Q_OS_LINUX && QT_VERSION >= QT_VERSION_CHECK(6, 2, 0)
_localServer.setSocketOptions(QLocalServer::AbstractNamespaceOption);
_localSocket.setSocketOptions(QLocalSocket::AbstractNamespaceOption);
#endif // Q_OS_LINUX && Qt >= 6.2.0
connect(