summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-05-03 17:03:19 +0200
committerDaniel Teske <daniel.teske@nokia.com>2012-05-03 17:08:51 +0200
commitceaa99c27007313700c0130135d1f89cff59e2d2 (patch)
tree65d1cb23d2d13a914d44ee6a67a6609fd424e31a /src/plugins/coreplugin
parentffd97ce51852874b185dd0616234e5fc45c4903b (diff)
downloadqt-creator-ceaa99c27007313700c0130135d1f89cff59e2d2.tar.gz
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 <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/coreplugin')
-rw-r--r--src/plugins/coreplugin/outputpane.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/outputpane.cpp b/src/plugins/coreplugin/outputpane.cpp
index bcbf8b9b80..9796fd89da 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();