https://bugs.kde.org/show_bug.cgi?id=472507
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cullm...@kde.org Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Christoph Cullmann <cullm...@kde.org> --- The tab overlay via QWidget *tabForToolView(QWidget *view, KTextEditor::MainWindow *mainWindow) { QWidget *tab = nullptr; QMetaObject::invokeMethod(mainWindow->parent(), "tabForToolView", Qt::DirectConnection, Q_RETURN_ARG(QWidget *, tab), Q_ARG(QWidget *, view)); return tab; } That is deleted on move and then we use invalid pointers. -- You are receiving this mail because: You are watching all bug changes.