mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 14:17:50 -04:00
Add missing brace
This commit is contained in:
parent
0827a7026a
commit
95cb214b57
@ -3078,6 +3078,7 @@ void MainWindow::orientationChanged(Qt::ScreenOrientation orientation)
|
|||||||
setTabPosition(Qt::LeftDockWidgetArea, QTabWidget::West);
|
setTabPosition(Qt::LeftDockWidgetArea, QTabWidget::West);
|
||||||
} else {
|
} else {
|
||||||
setTabPosition(Qt::LeftDockWidgetArea, QTabWidget::South);
|
setTabPosition(Qt::LeftDockWidgetArea, QTabWidget::South);
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
(void) orientation;
|
(void) orientation;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user