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

--- Comment #4 from RJVB <rjvber...@gmail.com> ---
(In reply to Kevin Funk from comment #2)
> Note: I can't reproduce your problem.

Could you please add something like this, at least? (Or use an ASSERT if you
run with those in place.)

--- a/kdevplatform/documentation/documentationview.cpp
+++ b/kdevplatform/documentation/documentationview.cpp
@@ -62,6 +62,10 @@ DocumentationView::DocumentationView(QWidget* parent,
ProvidersModel* model)

     mCurrent = mHistory.end();

+    if (ICore::self()->shuttingDown()) {
+        qFatal("DocumentationView created during shutdown");
+    }
+
     setFocusProxy(mIdentifiers);

     QMetaObject::invokeMethod(this, "initialize", Qt::QueuedConnection);

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

Reply via email to