Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE] Enable tabbed floating docks for Qt >= 5.6
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
src/app/qgisapp.cpp
|
@@ -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" ); |
|
|