Skip to content

Commit b45a6b4

Browse files
committedSep 21, 2016
[FEATURE] Enable tabbed floating docks for Qt >= 5.6
1 parent 75512e9 commit b45a6b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,10 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
618618
setupUi( this );
619619
endProfile();
620620

621+
#if QT_VERSION >= 0x050600
622+
setDockOptions( dockOptions() | QMainWindow::GroupedDragging ) ;
623+
#endif
624+
621625
//////////
622626

623627
startProfile( "Checking database" );

0 commit comments

Comments
 (0)
Please sign in to comment.