Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Qt 4.6 dependency
git-svn-id: http://svn.osgeo.org/qgis/trunk@13483 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 14, 2010
1 parent f4760f2 commit 0e4488a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/composer/qgscomposerlegendwidget.cpp
Expand Up @@ -44,7 +44,8 @@ QgsComposerLegendWidget::QgsComposerLegendWidget( QgsComposerLegend* legend ): m
mItemTreeView->setDragEnabled( true );
mItemTreeView->setAcceptDrops( true );
mItemTreeView->setDropIndicatorShown( true );
mItemTreeView->setDefaultDropAction( Qt::MoveAction );
//only available in 4.6
//mItemTreeView->setDefaultDropAction( Qt::MoveAction );
mItemTreeView->setDragDropMode( QAbstractItemView::InternalMove );

setGuiElements();
Expand Down

0 comments on commit 0e4488a

Please sign in to comment.