summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-27 16:05:36 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-27 16:05:36 -0700
commitef17c78e2387ac0e26a3334ecc287f16e82ab06e (patch)
tree89e0dd6ec1f552dc3b679cd09bd02d2765e80832 /mobile-widgets/qmlmanager.h
parent314b08c78f3860c4049a87badbf72f6fe1a62602 (diff)
downloadsubsurface-ef17c78e2387ac0e26a3334ecc287f16e82ab06e.tar.gz
QML UI: remove unused property
We always save the libdivecomputer log. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 0fe9dc171..eff68c59b 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -48,7 +48,6 @@ class QMLManager : public QObject {
Q_PROPERTY(bool DC_bluetoothMode READ DC_bluetoothMode WRITE DC_setBluetoothMode)
Q_PROPERTY(bool DC_createNewTrip READ DC_createNewTrip WRITE DC_setCreateNewTrip)
Q_PROPERTY(bool DC_saveDump READ DC_saveDump WRITE DC_setSaveDump)
- Q_PROPERTY(bool DC_saveLog READ DC_saveLog WRITE DC_setSaveLog)
Q_PROPERTY(int DC_deviceId READ DC_deviceId WRITE DC_setDeviceId)
public:
QMLManager();
@@ -80,9 +79,6 @@ public:
bool DC_saveDump() const;
void DC_setSaveDump(bool dumpMode);
- bool DC_saveLog() const;
- void DC_setSaveLog(bool saveLog);
-
int DC_deviceId() const;
void DC_setDeviceId(int deviceId);