diff options
Diffstat (limited to 'profile-widget/qmlprofile.h')
-rw-r--r-- | profile-widget/qmlprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profile-widget/qmlprofile.h b/profile-widget/qmlprofile.h index 2798fa733..15bfac0c0 100644 --- a/profile-widget/qmlprofile.h +++ b/profile-widget/qmlprofile.h @@ -28,6 +28,8 @@ public: public slots: void setMargin(int margin); void screenChanged(QScreen *screen); + void triggerUpdate(); + private: int m_diveId; qreal m_devicePixelRatio; |