mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[FEATURE] Enable tabbed floating docks for Qt >= 5.6
This commit is contained in:
parent
75512e9322
commit
b45a6b4229
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user