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
1 changed files with 1 additions and 0 deletions

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(