From b7cddcc737886ee3e99cee30a78423570de15f00 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 13 Aug 2019 20:35:40 +0200 Subject: Mobile: remove full-text properties from DiveObjectHelper These properties are not needed anymore, because the full text search was decoupled from the DiveObjectHelper. Signed-off-by: Berthold Stoeger --- core/subsurface-qt/DiveObjectHelper.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/subsurface-qt/DiveObjectHelper.h') diff --git a/core/subsurface-qt/DiveObjectHelper.h b/core/subsurface-qt/DiveObjectHelper.h index 49eb1d8a6..11416b6c6 100644 --- a/core/subsurface-qt/DiveObjectHelper.h +++ b/core/subsurface-qt/DiveObjectHelper.h @@ -49,8 +49,6 @@ class DiveObjectHelper : public QObject { Q_PROPERTY(QStringList startPressure READ startPressure CONSTANT) Q_PROPERTY(QStringList endPressure READ endPressure CONSTANT) Q_PROPERTY(QStringList firstGas READ firstGas CONSTANT) - Q_PROPERTY(QString fullText READ fullText CONSTANT) - Q_PROPERTY(QString fullTextNoNotes READ fullTextNoNotes CONSTANT) public: DiveObjectHelper(struct dive *dive); int number() const; @@ -94,8 +92,6 @@ public: QStringList startPressure() const; QStringList endPressure() const; QStringList firstGas() const; - QString fullText() const; - QString fullTextNoNotes() const; private: struct dive *m_dive; -- cgit v1.2.3-70-g09d2