From ceaa99c27007313700c0130135d1f89cff59e2d2 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 3 May 2012 17:03:19 +0200 Subject: [PATCH] Remove FIXME, there's nothing to fix there The OutputPane::instance() is explicitly deleted, thus it should not be deleted via qobject parent/child deletion. Change-Id: I481e8413ce425298631278049b3fb4fabb3abcd2 Reviewed-by: Daniel Teske --- src/plugins/coreplugin/outputpane.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/coreplugin/outputpane.cpp b/src/plugins/coreplugin/outputpane.cpp index bcbf8b9b804..9796fd89daf 100644 --- a/src/plugins/coreplugin/outputpane.cpp +++ b/src/plugins/coreplugin/outputpane.cpp @@ -77,7 +77,6 @@ OutputPanePlaceHolder::OutputPanePlaceHolder(Core::IMode *mode, QSplitter* paren OutputPanePlaceHolder::~OutputPanePlaceHolder() { if (d->m_current == this) { - // FIXME: Prevent exit crash in debug mode. if (Internal::OutputPaneManager *om = Internal::OutputPaneManager::instance()) { om->setParent(0); om->hide();