mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Tell QLocalSocket the socket is abstract
This commit is contained in:
parent
b2faed6b96
commit
a6e5e7ab84
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue