From 205f1c762f2bd9765cfbecbfd79e3c607b4abdb0 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Wed, 31 Mar 2010 18:40:10 +0200
Subject: [PATCH] QmlDesigner. propertyEditor - fix qDebug()

---
 .../qmldesigner/components/propertyeditor/propertyeditor.cpp    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
index 1e3006d384b..bdd7761e7f1 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
@@ -519,10 +519,8 @@ void PropertyEditor::collapse()
 
             QSplitter* parentSplitter = qobject_cast<QSplitter*>(sideBar->parentWidget());
             QList<int> s = parentSplitter->sizes();
-            qDebug() << s;
             s.removeLast();
             s.append(25);
-            qDebug() << s;
             parentSplitter->setSizes(s);
             parentSplitter->refresh();
             parentSplitter->update();
-- 
GitLab