#include "profilewidget2.h" ProfileWidget2::ProfileWidget2(QWidget *parent) { } // Currently just one dive, but the plan is to enable All of the selected dives. void ProfileWidget2::plotDives(QList dives) { } void ProfileWidget2::settingsChanged() { } void ProfileWidget2::contextMenuEvent(QContextMenuEvent* event) { } void ProfileWidget2::resizeEvent(QResizeEvent* event) { } void ProfileWidget2::showEvent(QShowEvent* event) { }