Skip to content

Commit

Permalink
[FEATURE] Enable tabbed floating docks for Qt >= 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 21, 2016
1 parent 75512e9 commit b45a6b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -618,6 +618,10 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
setupUi( this );
endProfile();

#if QT_VERSION >= 0x050600
setDockOptions( dockOptions() | QMainWindow::GroupedDragging ) ;
#endif

//////////

startProfile( "Checking database" );
Expand Down

0 comments on commit b45a6b4

Please sign in to comment.