From 9fab3828698199718a3d2f2faf8826f77d9258f7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Sep 2025 21:40:07 +0200 Subject: ... --- overlays/quickshell/io.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 overlays/quickshell/io.patch (limited to 'overlays/quickshell/io.patch') diff --git a/overlays/quickshell/io.patch b/overlays/quickshell/io.patch new file mode 100644 index 00000000..961bdcaf --- /dev/null +++ b/overlays/quickshell/io.patch @@ -0,0 +1,13 @@ +diff --git i/src/io/socket.cpp w/src/io/socket.cpp +index 371f687..d12eaeb 100644 +--- i/src/io/socket.cpp ++++ w/src/io/socket.cpp +@@ -66,7 +66,7 @@ void Socket::onSocketDisconnected() { + } + + void Socket::onSocketError(QLocalSocket::LocalSocketError error) { +- qCWarning(logSocket) << "Socket error for" << this << error; ++ // qCWarning(logSocket) << "Socket error for" << this << error; + emit this->error(error); + } + -- cgit v1.2.3