diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 5d2711f4f..1675415e3 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -80,7 +80,6 @@ public: std::unique_ptr mainTab; std::unique_ptr plannerWidgets; std::unique_ptr statistics; - ProfileWidget2 *graphics; std::unique_ptr diveList; std::unique_ptr profileContainer; std::unique_ptr mapWidget; @@ -171,6 +170,7 @@ private: FilterWidget filterWidget; std::unique_ptr topSplitter; std::unique_ptr bottomSplitter; + ProfileWidget2 *graphics; QAction *actionNextDive; QAction *actionPreviousDive; QAction *undoAction;