summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlprofile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qmlprofile.h b/mobile-widgets/qmlprofile.h
index bc5e127fc..9dcdb6598 100644
--- a/mobile-widgets/qmlprofile.h
+++ b/mobile-widgets/qmlprofile.h
@@ -8,7 +8,7 @@
class QMLProfile : public QQuickPaintedItem
{
Q_OBJECT
- Q_PROPERTY(QString diveId READ diveId WRITE setDiveId NOTIFY diveIdChanged)
+ Q_PROPERTY(QString diveId MEMBER m_diveId WRITE setDiveId)
Q_PROPERTY(qreal devicePixelRatio READ devicePixelRatio WRITE setDevicePixelRatio NOTIFY devicePixelRatioChanged)
public:
@@ -32,7 +32,6 @@ private:
signals:
void rightAlignedChanged();
- void diveIdChanged();
void devicePixelRatioChanged();
};