From b59962eb8f796cb6ae7698cad9a98b662b5e4cb8 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Wed, 4 Aug 2010 14:01:45 +0200
Subject: [PATCH] QtQuickToolBar: cleanup

---
 .../components/propertyeditor/contextpanewidget.cpp   | 11 -----------
 .../propertyeditor/contextpanewidgetimage.cpp         |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp b/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
index 5015d11e90a..c036eae39fc 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/contextpanewidget.cpp
@@ -126,17 +126,6 @@ void DragWidget::protectedMoved()
 
 ContextPaneWidget::ContextPaneWidget(QWidget *parent) : DragWidget(parent), m_currentWidget(0)
 {
-//    setFrameStyle(QFrame::NoFrame);
-//    setFrameShape(QFrame::StyledPanel);
-//    setFrameShadow(QFrame::Sunken);
-//    m_oldPos = QPoint(-1, -1);
-//    m_pos = QPoint(-1, -1);
-
-//    m_dropShadowEffect = new QGraphicsDropShadowEffect;
-//    m_dropShadowEffect->setBlurRadius(6);
-//    m_dropShadowEffect->setOffset(2, 2);
-//    setGraphicsEffect(m_dropShadowEffect);
-
     QGridLayout *layout = new QGridLayout(this);
     layout->setMargin(0);
     layout->setContentsMargins(1, 1, 1, 1);
diff --git a/src/plugins/qmldesigner/components/propertyeditor/contextpanewidgetimage.cpp b/src/plugins/qmldesigner/components/propertyeditor/contextpanewidgetimage.cpp
index 60b45d6a75c..ba5439f9605 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/contextpanewidgetimage.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/contextpanewidgetimage.cpp
@@ -75,7 +75,7 @@ ContextPaneWidgetImage::ContextPaneWidgetImage(QWidget *parent, bool borderImage
         ui = new Ui::ContextPaneWidgetImage;
         ui->setupUi(this);
         ui->label->setToolTip(tr("double click for preview"));
-        ui->label->installEventFilter(labelFilter);        
+        ui->label->installEventFilter(labelFilter);
         m_fileWidget = ui->fileWidget;
         m_sizeLabel = ui->sizeLabel;
 
-- 
GitLab