summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/skinviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/skinviewer.cpp')
-rw-r--r--utils/themeeditor/gui/skinviewer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/skinviewer.cpp b/utils/themeeditor/gui/skinviewer.cpp
index 95caf1e393..1d5c84c519 100644
--- a/utils/themeeditor/gui/skinviewer.cpp
+++ b/utils/themeeditor/gui/skinviewer.cpp
@@ -35,7 +35,6 @@ SkinViewer::SkinViewer(QWidget *parent) :
35 QObject::connect(ui->zoomEvenButton, SIGNAL(pressed()), 35 QObject::connect(ui->zoomEvenButton, SIGNAL(pressed()),
36 this, SLOT(zoomEven())); 36 this, SLOT(zoomEven()));
37 37
38 ui->viewer->setDragMode(QGraphicsView::ScrollHandDrag);
39} 38}
40 39
41SkinViewer::~SkinViewer() 40SkinViewer::~SkinViewer()