nicolasfella created this revision. nicolasfella added a reviewer: Frameworks. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. nicolasfella requested review of this revision.
REVISION SUMMARY As described in T12010 <https://phabricator.kde.org/T12010>. AFAIU the QTcpSocket path was only used for Windows, but since QLocalSocket supports Windows we can just use that. This is entirely untested on Windows though. TEST PLAN Did some SFTP stuff in Dolphin. No new tests fail REPOSITORY R241 KIO BRANCH klocalsocket REVISION DETAIL https://phabricator.kde.org/D26034 AFFECTED FILES autotests/CMakeLists.txt autotests/klocalsocketservertest.cpp autotests/klocalsocketservertest.h autotests/klocalsockettest.cpp autotests/klocalsockettest.h src/core/CMakeLists.txt src/core/connection.cpp src/core/connectionbackend.cpp src/core/connectionbackend_p.h src/core/connectionserver.cpp src/core/klocalsocket.cpp src/core/klocalsocket.h src/core/klocalsocket_p.h src/core/klocalsocket_unix.cpp src/core/klocalsocket_win.cpp To: nicolasfella, #frameworks Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns