mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: return all used cylinders as a list
Planning ahead for full edit capabilities of dives that uses multiple cylinders. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
a85d4a6447
commit
80df7dd441
2 changed files with 8 additions and 4 deletions
|
|
@ -45,7 +45,7 @@ class DiveObjectHelper : public QObject {
|
|||
Q_PROPERTY(int maxcns READ maxcns CONSTANT)
|
||||
Q_PROPERTY(int otu READ otu CONSTANT)
|
||||
Q_PROPERTY(QString sumWeight READ sumWeight CONSTANT)
|
||||
Q_PROPERTY(QString getCylinder READ getCylinder CONSTANT)
|
||||
Q_PROPERTY(QStringList getCylinder READ getCylinder CONSTANT)
|
||||
Q_PROPERTY(QString startPressure READ startPressure CONSTANT)
|
||||
Q_PROPERTY(QString endPressure READ endPressure CONSTANT)
|
||||
Q_PROPERTY(QString firstGas READ firstGas CONSTANT)
|
||||
|
|
@ -89,7 +89,7 @@ public:
|
|||
int maxcns() const;
|
||||
int otu() const;
|
||||
QString sumWeight() const;
|
||||
QString getCylinder() const;
|
||||
QStringList getCylinder() const;
|
||||
QString startPressure() const;
|
||||
QString endPressure() const;
|
||||
QString firstGas() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue