diff options
| author | 2020-04-11 11:03:05 -0700 | |
|---|---|---|
| committer | 2020-04-11 11:03:05 -0700 | |
| commit | 6d187b5f4a3b51043fa3b53b6c73a7e0ec7f0b53 (patch) | |
| tree | 93b26b7381e565ecc0dc6d93e2d35b61a1cdaca9 /core/qthelper.h | |
| parent | 2990010ccde56acec980e76ef5671137e87af488 (diff) | |
| parent | 7dc04b4437c7aa1788f7d85a513a246ce502dea4 (diff) | |
| download | subsurface-6d187b5f4a3b51043fa3b53b6c73a7e0ec7f0b53.tar.gz | |
Merge pull request #2643 from bstoeger/cylinder4
First steps of cylinder-editing undo
Diffstat (limited to 'core/qthelper.h')
| -rw-r--r-- | core/qthelper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index bb8876383..848763138 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -83,6 +83,8 @@ QLocale getLocale(); QVector<QPair<QString, int>> selectedDivesGasUsed(); QString getUserAgent(); QString printGPSCoords(const location_t *loc); +std::vector<int> get_cylinder_map_for_remove(int count, int n); +std::vector<int> get_cylinder_map_for_add(int count, int n); extern QString (*changesCallback)(); void uiNotification(const QString &msg); |