diff --git a/sdrgui/mainwindow.cpp b/sdrgui/mainwindow.cpp index b53ed076f..efa2f96af 100644 --- a/sdrgui/mainwindow.cpp +++ b/sdrgui/mainwindow.cpp @@ -3078,6 +3078,7 @@ void MainWindow::orientationChanged(Qt::ScreenOrientation orientation) setTabPosition(Qt::LeftDockWidgetArea, QTabWidget::West); } else { setTabPosition(Qt::LeftDockWidgetArea, QTabWidget::South); + } #else (void) orientation; #endif