mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Replace ADD_ACTION macro by member function in profilewidget2.cpp
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
3d8b0e6d3f
commit
769c64fe5e
2 changed files with 19 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue