diff options
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 8c61952b4..6d292c5ab 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -160,6 +160,7 @@ private: /*methods*/ void setupItemOnScene(); void disconnectTemporaryConnections(); struct plot_data *getEntryFromPos(QPointF pos); + void addActionShortcut(const Qt::Key shortcut, void (ProfileWidget2::*slot)()); private: DivePlotDataModel *dataModel; |