Skip to content

SafeSocketNotifier: fix socket FD type and remove signal argument

Tobias Junghans requested to merge work/safe-socket-notifier into master

Qt uses qintptr for the socket file descriptor.

The argument is not used by any user of the SafeSocketNotifier class so we can eliminate it to fix a compile error when building for the x86_64-w64-mingw32 architecture caused by the new QSocketNotifier::activated() overload.

Merge request reports