diff options
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index b4d4fe49d..01968e943 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -148,6 +148,7 @@ MainWindow::MainWindow() : QMainWindow(), "ratingVisibilityWidgets" << "temperatureLabels" << "airWaterTempLayout" << + "fullWindowLayout" << "profileOuterLayout"; Q_FOREACH (QLayout *layout, findChildren<QLayout *>()) { // lots of internally used layouts by Qt have no names |