https://bugs.kde.org/show_bug.cgi?id=344192

Kevin Funk <kf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
@Francis: You could try removing the QueuedConnection flag from here:

shell/mainwindow.cpp:
    connect(Core::self()->documentController(),
&IDocumentController::documentOpened, this, &MainWindow::updateTabColor,
Qt::QueuedConnection);
    connect(Core::self()->documentController(),
&IDocumentController::documentUrlChanged, this, &MainWindow::updateTabColor,
Qt::QueuedConnection);

Does it still crash then?

Care to investigate a bit?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to