Skip to content
Commit 73dc6c0e authored by Thomas Baumgart's avatar Thomas Baumgart
Browse files

Prevent crash during webconnect import using firefox

Calling the eventloop during the emission of a signal emitted by a
QTcpSocket causes problems. The fix is to call the receiver with all the
processing and dialog logic from within the eventloop itself using a
delayed call.

BUG: 396831
FIXED-IN: 5.0.2
parent f7602b35
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment