From 54433637eb53d2bcfd5a8d10c67c728797c5ef4e Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Wed, 1 Aug 2012 10:42:40 +0200 Subject: [PATCH] Disable dragging items from the AutoTypeSelectView. --- src/autotype/AutoTypeSelectView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/autotype/AutoTypeSelectView.cpp b/src/autotype/AutoTypeSelectView.cpp index 054a351c..95c5c406 100644 --- a/src/autotype/AutoTypeSelectView.cpp +++ b/src/autotype/AutoTypeSelectView.cpp @@ -25,6 +25,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent) hideColumn(3); setMouseTracking(true); setAllColumnsShowFocus(true); + setDragEnabled(false); } void AutoTypeSelectView::setEntryList(const QList& entries)