From fd7b50d0df0af37eb21015637f350b59a9869d67 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Fri, 24 Aug 2012 10:31:37 +0200 Subject: [PATCH] dnd from the title of media --- src/gui/UBTeacherGuideWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/UBTeacherGuideWidget.cpp b/src/gui/UBTeacherGuideWidget.cpp index d7fd3493..7de10dbf 100644 --- a/src/gui/UBTeacherGuideWidget.cpp +++ b/src/gui/UBTeacherGuideWidget.cpp @@ -457,7 +457,6 @@ UBTeacherGuidePresentationWidget::UBTeacherGuidePresentationWidget(QWidget *pare mpLayout->addWidget(mpTreeWidget); mpRootWidgetItem = mpTreeWidget->invisibleRootItem(); - mpTreeWidget->setSelectionMode(QAbstractItemView::NoSelection); mpTreeWidget->setDragEnabled(true); mpTreeWidget->setRootIsDecorated(false); mpTreeWidget->setIndentation(0);