Skip to content

Commit a994582

Browse files
author
mhugent
committedMay 14, 2010
Remove Qt 4.6 dependency
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13483 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/app/composer/qgscomposerlegendwidget.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ QgsComposerLegendWidget::QgsComposerLegendWidget( QgsComposerLegend* legend ): m
4444
mItemTreeView->setDragEnabled( true );
4545
mItemTreeView->setAcceptDrops( true );
4646
mItemTreeView->setDropIndicatorShown( true );
47-
mItemTreeView->setDefaultDropAction( Qt::MoveAction );
47+
//only available in 4.6
48+
//mItemTreeView->setDefaultDropAction( Qt::MoveAction );
4849
mItemTreeView->setDragDropMode( QAbstractItemView::InternalMove );
4950

5051
setGuiElements();

0 commit comments

Comments
 (0)
Please sign in to comment.