diff options
Diffstat (limited to 'profile-widget/qmlprofile.h')
-rw-r--r-- | profile-widget/qmlprofile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profile-widget/qmlprofile.h b/profile-widget/qmlprofile.h index 17a88ba04..6074fb846 100644 --- a/profile-widget/qmlprofile.h +++ b/profile-widget/qmlprofile.h @@ -20,6 +20,8 @@ public: void setDiveId(int diveId); qreal devicePixelRatio() const; void setDevicePixelRatio(qreal dpr); + void setXOffset(qreal value); + void setYOffset(qreal value); public slots: void setMargin(int margin); @@ -29,6 +31,7 @@ private: qreal m_devicePixelRatio; int m_margin; QScopedPointer<ProfileWidget2> m_profileWidget; + void updateProfile(); signals: void rightAlignedChanged(); |