mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
[Unix] Don't register SIGPIPE handler
[ci skip]
This commit is contained in:
parent
f7a88a82f7
commit
174b4e8218
|
@ -164,7 +164,6 @@ int main(int argc, char* argv[])
|
|||
|
||||
#if defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__)
|
||||
signal(SIGSEGV, qupzilla_signal_handler);
|
||||
signal(SIGPIPE, qupzilla_signal_handler);
|
||||
#endif
|
||||
|
||||
// Set fallback icon theme (eg. on Windows/Mac)
|
||||
|
|
Loading…
Reference in New Issue
Block a user