QmlDesigner: Remove qDebug

Change-Id: I7f24ba832175a40dfd34ae8e792519dd8adbcf30
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
Marco Bubke
2013-01-24 11:21:25 +01:00
parent 1fda571654
commit 497b7fa444
2 changed files with 0 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ ToolBox::ToolBox(QWidget *parentWidget)
layout->setMargin(0);
layout->setSpacing(0);
frame->setLayout(layout);
qDebug() << __FUNCTION__;
layout->addWidget(m_formEditorCrumbleBar->crumblePath());
frame->setProperty("panelwidget", true);
frame->setProperty("panelwidget_singlerow", false);

View File

@@ -131,7 +131,6 @@ void ViewManager::setItemLibraryViewResourcePath(const QString &resourcePath)
void ViewManager::setComponentNode(const ModelNode &componentNode)
{
qDebug() << __FUNCTION__ << componentNode;
m_componentView.setComponentNode(componentNode);
}